aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-24 02:30:57 +0000
committerXe Iaso <me@christine.website>2022-11-23 21:54:41 -0500
commit072d6e338df925d364e459e6748cd46b006a2939 (patch)
tree2ce1af078c7dcd9842baba4ef5f9a0532f1baa50
parentb714a457666ee20f11ddfc8e4c8d0f4ceb88f941 (diff)
downloadxesite-072d6e338df925d364e459e6748cd46b006a2939.tar.xz
xesite-072d6e338df925d364e459e6748cd46b006a2939.zip
build(deps): bump sha2 from 0.9.9 to 0.10.6
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.9 to 0.10.6. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.9...sha2-v0.10.6)
-rw-r--r--Cargo.lock45
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 42 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d4acbde..45706b3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -302,15 +302,6 @@ dependencies = [
[[package]]
name = "block-buffer"
-version = "0.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
-dependencies = [
- "generic-array 0.14.5",
-]
-
-[[package]]
-name = "block-buffer"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
@@ -595,7 +586,7 @@ dependencies = [
"pest_generator",
"quote",
"reqwest",
- "sha2 0.10.6",
+ "sha2",
"url",
]
@@ -621,15 +612,6 @@ dependencies = [
[[package]]
name = "digest"
-version = "0.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
-dependencies = [
- "generic-array 0.14.5",
-]
-
-[[package]]
-name = "digest"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
@@ -1697,12 +1679,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
-name = "opaque-debug"
-version = "0.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
-
-[[package]]
name = "openssl"
version = "0.10.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2531,7 +2507,7 @@ dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
"fake-simd",
- "opaque-debug 0.2.3",
+ "opaque-debug",
]
[[package]]
@@ -2547,19 +2523,6 @@ dependencies = [
[[package]]
name = "sha2"
-version = "0.9.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
-dependencies = [
- "block-buffer 0.9.0",
- "cfg-if",
- "cpufeatures",
- "digest 0.9.0",
- "opaque-debug 0.3.0",
-]
-
-[[package]]
-name = "sha2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
@@ -3492,7 +3455,7 @@ dependencies = [
"serde_dhall",
"serde_json",
"serde_yaml",
- "sha2 0.9.9",
+ "sha2",
"sitemap",
"thiserror",
"tokio",
@@ -3522,7 +3485,7 @@ dependencies = [
"lol_html",
"maud",
"serde_json",
- "sha2 0.10.6",
+ "sha2",
"thiserror",
"tracing",
"url",
diff --git a/Cargo.toml b/Cargo.toml
index 010fbbd..8523d23 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_dhall = "0.12.0"
serde_yaml = "0.9"
-sha2 = "0.9"
+sha2 = "0.10"
sitemap = "0.4"
thiserror = "1"
tokio = { version = "1", features = ["full"] }