diff --git a/Cargo.lock b/Cargo.lock index cb2a3c190..8ded86ed1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -864,9 +864,9 @@ dependencies = [ [[package]] name = "aws-smithy-types-convert" -version = "0.60.14" +version = "0.61.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e50da9f5e3ecf145b4f6eb04963e6fbf52f528017de0784a28c56b9407414b1" +checksum = "f09916ff010d43086d52ec7d38899a5bc2ad21a2cb5428f85f1ee84a44008ba0" dependencies = [ "aws-smithy-types", "chrono", diff --git a/crates/lib/docs_rs_storage/Cargo.toml b/crates/lib/docs_rs_storage/Cargo.toml index 153de2489..3331ec901 100644 --- a/crates/lib/docs_rs_storage/Cargo.toml +++ b/crates/lib/docs_rs_storage/Cargo.toml @@ -22,7 +22,7 @@ async-stream = { workspace = true } # using the modern rustls 0.23 + hyper 1.x stack instead. aws-config = { version = "1.0.0", default-features = false, features = ["default-https-client", "rt-tokio"] } aws-sdk-s3 = { version = "1.3.0", default-features = false, features = ["default-https-client", "rt-tokio"] } -aws-smithy-types-convert = { version = "0.60.0", features = ["convert-chrono"] } +aws-smithy-types-convert = { version = "0.61.0", features = ["convert-chrono"] } base64 = { workspace = true } bytes = { workspace = true } bzip2 = "0.6.0"