From d122d32b8c83133b753c9e31d19be6c6609fb9a5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 19 Jun 2023 13:43:56 +0100
Subject: [PATCH] chore(deps): Bump sha2 from 0.10.6 to 0.10.7 (#17698)
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.6 to
0.10.7.
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sha2&package-manager=cargo&previous-version=0.10.6&new-version=0.10.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 44 ++++++++++++++++++++++----------------------
Cargo.toml | 2 +-
vdev/Cargo.toml | 2 +-
3 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 8a3b47031e3b4..250a6af25914a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -191,7 +191,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cf4144857f9e4d7dd6cc4ba4c78efd2a46bad682b029bd0d91e76a021af1b2a"
dependencies = [
"byteorder",
- "digest 0.10.6",
+ "digest 0.10.7",
"lazy_static",
"libflate",
"log",
@@ -952,7 +952,7 @@ dependencies = [
"once_cell",
"percent-encoding",
"regex",
- "sha2 0.10.6",
+ "sha2 0.10.7",
"time",
"tracing 0.1.37",
]
@@ -986,7 +986,7 @@ dependencies = [
"md-5",
"pin-project-lite",
"sha1",
- "sha2 0.10.6",
+ "sha2 0.10.7",
"tracing 0.1.37",
]
@@ -1307,7 +1307,7 @@ dependencies = [
"serde-xml-rs",
"serde_derive",
"serde_json",
- "sha2 0.10.6",
+ "sha2 0.10.7",
"time",
"url",
"uuid",
@@ -2687,9 +2687,9 @@ dependencies = [
[[package]]
name = "digest"
-version = "0.10.6"
+version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
+checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer 0.10.3",
"crypto-common",
@@ -3819,7 +3819,7 @@ version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
- "digest 0.10.6",
+ "digest 0.10.7",
]
[[package]]
@@ -4835,7 +4835,7 @@ version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
dependencies = [
- "digest 0.10.6",
+ "digest 0.10.7",
]
[[package]]
@@ -5030,7 +5030,7 @@ dependencies = [
"serde_bytes",
"serde_with 1.14.0",
"sha-1",
- "sha2 0.10.6",
+ "sha2 0.10.7",
"socket2 0.4.9",
"stringprep",
"strsim 0.10.0",
@@ -5458,7 +5458,7 @@ dependencies = [
"serde",
"serde_json",
"serde_path_to_error",
- "sha2 0.10.6",
+ "sha2 0.10.7",
"thiserror",
"url",
]
@@ -5771,7 +5771,7 @@ version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
dependencies = [
- "digest 0.10.6",
+ "digest 0.10.7",
]
[[package]]
@@ -5845,7 +5845,7 @@ checksum = "5e3b284b1f13a20dc5ebc90aff59a51b8d7137c221131b52a7260c08cbc1cc80"
dependencies = [
"once_cell",
"pest",
- "sha2 0.10.6",
+ "sha2 0.10.7",
]
[[package]]
@@ -6055,7 +6055,7 @@ dependencies = [
"md-5",
"memchr",
"rand 0.8.5",
- "sha2 0.10.6",
+ "sha2 0.10.7",
"stringprep",
]
@@ -7495,7 +7495,7 @@ checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
dependencies = [
"cfg-if",
"cpufeatures",
- "digest 0.10.6",
+ "digest 0.10.7",
]
[[package]]
@@ -7506,7 +7506,7 @@ checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
"cfg-if",
"cpufeatures",
- "digest 0.10.6",
+ "digest 0.10.7",
]
[[package]]
@@ -7524,13 +7524,13 @@ dependencies = [
[[package]]
name = "sha2"
-version = "0.10.6"
+version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
+checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
dependencies = [
"cfg-if",
"cpufeatures",
- "digest 0.10.6",
+ "digest 0.10.7",
]
[[package]]
@@ -7539,7 +7539,7 @@ version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"
dependencies = [
- "digest 0.10.6",
+ "digest 0.10.7",
"keccak",
]
@@ -9075,7 +9075,7 @@ dependencies = [
"serde",
"serde_json",
"serde_yaml 0.9.21",
- "sha2 0.10.6",
+ "sha2 0.10.7",
"tempfile",
"toml 0.7.4",
]
@@ -9226,7 +9226,7 @@ dependencies = [
"serde_json",
"serde_with 2.3.2",
"serde_yaml 0.9.21",
- "sha2 0.10.6",
+ "sha2 0.10.7",
"similar-asserts",
"smallvec",
"smpl_jwt",
@@ -9648,7 +9648,7 @@ dependencies = [
"serde",
"serde_json",
"sha-1",
- "sha2 0.10.6",
+ "sha2 0.10.7",
"sha3",
"snafu",
"strip-ansi-escapes",
diff --git a/Cargo.toml b/Cargo.toml
index 9d0dfe2fb4e81..ab186fd63eb05 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -223,7 +223,7 @@ tui = { version = "0.19.0", optional = true, default-features = false, features
# Datadog Pipelines
hex = { version = "0.4.3", default-features = false, optional = true }
-sha2 = { version = "0.10.6", default-features = false, optional = true }
+sha2 = { version = "0.10.7", default-features = false, optional = true }
# VRL Lang
vrl = { package = "vrl", version = "0.4.0", features = ["cli", "test"] }
diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml
index 1e713e44137db..bf59e597785bc 100644
--- a/vdev/Cargo.toml
+++ b/vdev/Cargo.toml
@@ -35,6 +35,6 @@ reqwest = { version = "0.11", features = ["json", "blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.96"
serde_yaml = "0.9.21"
-sha2 = "0.10.6"
+sha2 = "0.10.7"
tempfile = "3.6.0"
toml = { version = "0.7.4", default-features = false, features = ["parse"] }