Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Bump sha2 from 0.9.8 to 0.10.0 in /src/agent (#1510)
Browse files Browse the repository at this point in the history
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.8 to 0.10.0.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](RustCrypto/hashes@sha2-v0.9.8...sha2-v0.10.0)

---
updated-dependencies:
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2021
1 parent 03cd7cb commit 3ffd7c4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 17 deletions.
31 changes: 17 additions & 14 deletions src/agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/agent/input-tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hex = "0.4"
log = "0.4"
num_cpus = "1.13"
rayon = "1.5"
sha2 = "0.9"
sha2 = "0.10"
win-util = { path = "../win-util" }

[dependencies.winapi]
Expand Down
2 changes: 1 addition & 1 deletion src/agent/onefuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ log = "0.4"
notify = "4.0"
regex = "1.4"
reqwest = { version = "0.11", features = ["json", "stream", "rustls-tls"], default-features=false }
sha2 = "0.9"
sha2 = "0.10"
url = { version = "2.2", features = ["serde"] }
serde = "1.0"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/agent/stacktrace-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
anyhow = "1.0"
hex = "0.4"
regex = "1.4"
sha2 = "0.9"
sha2 = "0.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
libclusterfuzz = { path = "../libclusterfuzz" }
Expand Down

0 comments on commit 3ffd7c4

Please sign in to comment.