diff --git a/Cargo.lock b/Cargo.lock index c8ad4cfc..62287dc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,9 +91,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.82" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "async-stream" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index d1e136a1..80fad725 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -9,7 +9,7 @@ workspace = true [dependencies] ndc-sqlserver-configuration = { path = "../configuration" } -anyhow = "1.0.82" +anyhow = "1.0.94" clap = { version = "4.5.4", features = ["derive", "env"] } schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] } serde = { version = "1.0.198", features = ["derive"] } diff --git a/crates/ndc-sqlserver/Cargo.toml b/crates/ndc-sqlserver/Cargo.toml index 48720805..c2c30d6b 100644 --- a/crates/ndc-sqlserver/Cargo.toml +++ b/crates/ndc-sqlserver/Cargo.toml @@ -49,4 +49,4 @@ reqwest = { version = "0.11.27", default-features = false, features = ["rustls-t similar-asserts = "1.5.0" tokio-util = "0.7.11" uuid = { version = "1.8.0", features = ["v4"]} -anyhow = "1.0.82" +anyhow = "1.0.94"