Skip to content

Commit e53328d

Browse files
chore(deps): Bump sha2 from 0.10.6 to 0.10.7
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.6 to 0.10.7. - [Commits](RustCrypto/hashes@sha2-v0.10.6...sha2-v0.10.7) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 079d895 commit e53328d

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

Cargo.lock

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ tui = { version = "0.19.0", optional = true, default-features = false, features
223223
# Datadog Pipelines
224224

225225
hex = { version = "0.4.3", default-features = false, optional = true }
226-
sha2 = { version = "0.10.6", default-features = false, optional = true }
226+
sha2 = { version = "0.10.7", default-features = false, optional = true }
227227

228228
# VRL Lang
229229
vrl = { package = "vrl", version = "0.4.0", features = ["cli", "test"] }

vdev/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ reqwest = { version = "0.11", features = ["json", "blocking"] }
3535
serde = { version = "1.0", features = ["derive"] }
3636
serde_json = "1.0.96"
3737
serde_yaml = "0.9.21"
38-
sha2 = "0.10.6"
38+
sha2 = "0.10.7"
3939
tempfile = "3.6.0"
4040
toml = { version = "0.7.4", default-features = false, features = ["parse"] }

0 commit comments

Comments
 (0)