From a91e4c9118f5fec01e0262633ce87eb01dbe0967 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 07:24:30 +0000 Subject: [PATCH] fix(deps): update rust crate aws-smithy-types-convert to 0.61.0 --- Cargo.lock | 4 ++-- crates/lib/docs_rs_storage/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"