From b896c86120801850d4c6b0ae301765bd2c17cf30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:16:37 +0000 Subject: [PATCH] chore(deps)(deps): update md5 requirement from 0.7 to 0.8 Updates the requirements on [md5](https://github.com/stainless-steel/md5) to permit the latest version. - [Commits](https://github.com/stainless-steel/md5/commits) --- updated-dependencies: - dependency-name: md5 dependency-version: 0.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/anode-client/Cargo.toml | 2 +- crates/anode-s3/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/anode-client/Cargo.toml b/crates/anode-client/Cargo.toml index cc57707..6eb2481 100644 --- a/crates/anode-client/Cargo.toml +++ b/crates/anode-client/Cargo.toml @@ -19,7 +19,7 @@ chrono = { version = "0.4", features = ["serde"] } futures = "0.3" async-trait = "0.1" quick-xml = { version = "0.36", features = ["serialize"] } -md5 = "0.7" +md5 = "0.8" base64 = "0.22" tracing = "0.1" urlencoding = "2.1" diff --git a/crates/anode-s3/Cargo.toml b/crates/anode-s3/Cargo.toml index dfb4087..aa2641b 100644 --- a/crates/anode-s3/Cargo.toml +++ b/crates/anode-s3/Cargo.toml @@ -26,7 +26,7 @@ serde_json = "1.0" tower = { version = "0.5", features = ["util"] } tracing-subscriber = "0.3" tempfile = "3.0" -md5 = "0.7" +md5 = "0.8" proptest = "1.0" urlencoding = "2.1" arrow = "54.0"