diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index 2a7d3c286c9..1d87825418e 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -57,9 +57,9 @@ checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" [[package]] name = "anyhow" -version = "1.0.74" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "apache-avro" diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index c8d02a2ad35..5fb216bd6ed 100644 --- a/lang/rust/avro/Cargo.toml +++ b/lang/rust/avro/Cargo.toml @@ -83,7 +83,7 @@ quad-rand = { default-features = false, version = "0.2.1" } rand = { default-features = false, version = "0.8.5", features = ["default"] } [dev-dependencies] -anyhow = { default-features = false, version = "1.0.74", features = ["std"] } +anyhow = { default-features = false, version = "1.0.75", features = ["std"] } apache-avro-test-helper = { default-features = false, version = "0.16.0", path = "../avro_test_helper" } criterion = { default-features = false, version = "0.5.1" } hex-literal = { default-features = false, version = "0.4.1" } diff --git a/lang/rust/avro_test_helper/Cargo.toml b/lang/rust/avro_test_helper/Cargo.toml index bdfad30fad4..3330dce24b1 100644 --- a/lang/rust/avro_test_helper/Cargo.toml +++ b/lang/rust/avro_test_helper/Cargo.toml @@ -31,7 +31,7 @@ documentation = "https://docs.rs/apache-avro-test-helper" [dependencies] -anyhow = { default-features = false, version = "1.0.74", features = ["std"] } +anyhow = { default-features = false, version = "1.0.75", features = ["std"] } color-backtrace = { default-features = false, version = "0.5.1" } ctor = { default-features = false, version = "0.2.4" } env_logger = { default-features = false, version = "0.10.0" }