diff --git a/Cargo.lock b/Cargo.lock index 8a9073c01..69e22db84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1159,7 +1159,7 @@ dependencies = [ "nokvfs-object", "nokvfs-server", "nokvfs-types", - "sha2 0.10.9", + "sha2 0.11.0", "tempfile", ] @@ -1172,7 +1172,7 @@ dependencies = [ "nokvfs-protocol", "nokvfs-types", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "tempfile", ] @@ -1184,7 +1184,7 @@ dependencies = [ "nokvfs-meta", "nokvfs-object", "nokvfs-types", - "sha2 0.10.9", + "sha2 0.11.0", "tempfile", ] @@ -1195,7 +1195,7 @@ dependencies = [ "holt", "nokvfs-object", "nokvfs-types", - "sha2 0.10.9", + "sha2 0.11.0", "tempfile", ] diff --git a/Cargo.toml b/Cargo.toml index 1ce4d17d6..1038f7c56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,6 +36,6 @@ opendal = { version = "0.57.0", default-features = false, features = ["blocking" rmp-serde = "1.3" serde = { version = "1", features = ["derive"] } serde_json = "1" -sha2 = "0.10" +sha2 = "0.11" tempfile = "3" tokio = { version = "1", features = ["rt-multi-thread"] }