Skip to content

Commit 6bf1b1c

Browse files
fix(deps): bump sha2 from 0.10.8 to 0.10.9 (#1459)
1 parent 06519f6 commit 6bf1b1c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -131,7 +131,7 @@ shell-color = { path = "crates/shell-color" }
131131
semver = { version = "1.0.26", features = ["serde"] }
132132
serde = { version = "1.0.219", features = ["derive", "rc"] }
133133
serde_json = "1.0.140"
134-
sha2 = "0.10.6"
134+
sha2 = "0.10.9"
135135
shlex = "1.3.0"
136136
similar = "2.7.0"
137137
spinners = "4.1.0"

crates/fig_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rand.workspace = true
2727
regex.workspace = true
2828
serde.workspace = true
2929
serde_json.workspace = true
30-
sha2 = "0.10.6"
30+
sha2 = "0.10.9"
3131
strum = { version = "0.27.1", features = ["derive"] }
3232
thiserror.workspace = true
3333
time.workspace = true

0 commit comments

Comments
 (0)