diff --git a/Cargo.lock b/Cargo.lock index e3709ad2c518e..5fb225978e529 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,9 +227,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289" [[package]] name = "anymap" diff --git a/lib/docs-renderer/Cargo.toml b/lib/docs-renderer/Cargo.toml index f391dc8f63139..551e958b5f8c0 100644 --- a/lib/docs-renderer/Cargo.toml +++ b/lib/docs-renderer/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = { version = "1.0.72", default-features = false, features = ["std"] } +anyhow = { version = "1.0.74", default-features = false, features = ["std"] } serde = { version = "1.0", default-features = false } serde_json = { version = "1.0", default-features = false, features = ["std"] } snafu = { version = "0.7.5", default-features = false } diff --git a/lib/vector-api-client/Cargo.toml b/lib/vector-api-client/Cargo.toml index 02492e0bb66f3..1a96e16585c96 100644 --- a/lib/vector-api-client/Cargo.toml +++ b/lib/vector-api-client/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1.0.183", default-features = false, features = ["derive"] } serde_json = { version = "1.0.104", default-features = false, features = ["raw_value"] } # Error handling -anyhow = { version = "1.0.72", default-features = false, features = ["std"] } +anyhow = { version = "1.0.74", default-features = false, features = ["std"] } # Tokio / Futures async-trait = { version = "0.1", default-features = false } diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 7811c23928541..d13ce797f6498 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -8,7 +8,7 @@ readme = "README.md" publish = false [dependencies] -anyhow = "1.0.72" +anyhow = "1.0.74" atty = "0.2.14" cached = "0.44.0" chrono = { version = "0.4.22", default-features = false, features = ["serde", "clock"] }