diff --git a/Cargo.lock b/Cargo.lock index f98636a6..e80fc815 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -643,7 +643,7 @@ dependencies = [ "http 1.3.1", "http-body 1.0.1", "http-body-util", - "md-5 0.11.0", + "md-5", "pin-project-lite", "sha1 0.11.0", "sha2 0.11.0", @@ -2634,16 +2634,6 @@ dependencies = [ "regex-automata 0.4.14", ] -[[package]] -name = "md-5" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" -dependencies = [ - "cfg-if", - "digest 0.10.7", -] - [[package]] name = "md-5" version = "0.11.0" @@ -4125,7 +4115,7 @@ dependencies = [ "assert_cmd", "atty", "confy", - "md-5 0.10.6", + "md-5", "mockito", "rand 0.10.1", "reqwest 0.12.12", diff --git a/svanill-vault-cli/Cargo.toml b/svanill-vault-cli/Cargo.toml index 4a70097b..8ffca882 100644 --- a/svanill-vault-cli/Cargo.toml +++ b/svanill-vault-cli/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" confy = "1.0.0" rand = "0.10.1" -md-5 = "0.10.6" +md-5 = "0.11.0" [dev-dependencies] assert_cmd = "2.0.17"