Skip to content

Commit

Permalink
fix(deps): update rust crate sha2 to 0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2023
1 parent e48c1b7 commit f6afe25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5720,9 +5720,9 @@ checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"

[[package]]
name = "sha2"
version = "0.10.7"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
Expand Down
2 changes: 1 addition & 1 deletion apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ rustls = "0.21.7"
rustls-pemfile = "1.0.3"
schemars = { version = "0.8.15", features = ["url"] }
shellexpand = "3.1.0"
sha2 = "0.10.7"
sha2 = "0.10.8"
serde = { version = "1.0.188", features = ["derive", "rc"] }
serde_json_bytes = { version = "0.2.2", features = ["preserve_order"] }
serde_json = { version = "1.0.107", features = [
Expand Down

0 comments on commit f6afe25

Please sign in to comment.