Skip to content

Commit bf29c4c

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 e32eaa3 commit bf29c4c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -28,7 +28,7 @@ jiff = { version = "0.2", features = ["serde"] }
2828
chrono = { workspace = true }
2929

3030
semver = "1.0"
31-
sha2 = "0.10"
31+
sha2 = "0.11"
3232
ureq = "2.9"
3333
dirs = "5.0"
3434
dialoguer = "0.12"

crates/terraphim_validation/Cargo.toml

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

4545
# Security and validation
46-
sha2 = "0.10"
46+
sha2 = "0.11"
4747
hex = "0.4"
4848
jsonschema = "0.28"
4949

0 commit comments

Comments
 (0)