Skip to content

Commit cee71e5

Browse files
chore(deps)(deps): bump sha2 from 0.10.9 to 0.11.0
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd99f9f commit cee71e5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

crates/terraphim_update/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jiff = { version = "0.2", features = ["serde"] }
2727
chrono = { workspace = true }
2828

2929
semver = "1.0"
30-
sha2 = "0.10"
30+
sha2 = "0.11"
3131
ureq = "2.9"
3232
dirs = "5.0"
3333
dialoguer = "0.12"

crates/terraphim_validation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tower = "0.5"
4242
tower-http = { version = "0.5", features = ["cors", "trace"] }
4343

4444
# Security and validation
45-
sha2 = "0.10"
45+
sha2 = "0.11"
4646
hex = "0.4"
4747

4848
# Testing and assertions

0 commit comments

Comments
 (0)