Skip to content

Commit 052e2cc

Browse files
committed
Update Rust crate sha2 to 0.11.0
1 parent b0c0b9d commit 052e2cc

3 files changed

Lines changed: 81 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 79 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ serde = { version = "1.0.228", features = ["derive"] }
126126
serde_ignored = "0.1.14"
127127
serde_json = "1.0.149"
128128
serde_path_to_error = "0.1.20"
129-
sha2 = "0.10.9"
129+
sha2 = "0.11.0"
130130
shell-words = "1.1.1"
131131
smallvec = "1.15.1"
132132
smol_str = { version = "0.3.2", features = ["serde"] }

workspace-hack/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ target-spec-miette = { version = "0.4.5", default-features = false, features = [
4747
tokio = { version = "1.50.0", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
4848
tracing-core = { version = "0.1.36" }
4949
tracing-subscriber = { version = "0.3.23", default-features = false, features = ["fmt", "tracing-log"] }
50+
typenum = { version = "1.18.0", default-features = false, features = ["const-generics"] }
5051
ucd-trie = { version = "0.1.7" }
5152
uuid = { version = "1.18.1", features = ["serde", "v1", "v4"] }
5253

0 commit comments

Comments
 (0)