build(deps): bump the prod group with 2 updates (#8026)

Bumps the prod group with 2 updates: [clap](https://github.com/clap-rs/clap) and [sentry](https://github.com/getsentry/sentry-rust).


Updates `clap` from 4.4.9 to 4.4.10
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.9...v4.4.10)

Updates `sentry` from 0.31.8 to 0.32.0
- [Release notes](https://github.com/getsentry/sentry-rust/releases)
- [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-rust/compare/0.31.8...0.32.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-29 03:16:31 +00:00 committed by GitHub
parent 961b720d20
commit 9a57cec110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 19 deletions

View File

@ -12,7 +12,7 @@ dependencies = [
"arc-swap",
"backtrace",
"canonical-path",
"clap 4.4.9",
"clap 4.4.10",
"color-eyre",
"fs-err",
"once_cell",
@ -766,9 +766,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.4.9"
version = "4.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46ca43acc1b21c6cc2d1d3129c19e323a613935b5bc28fb3b33b5b2e5fb00030"
checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272"
dependencies = [
"clap_builder",
"clap_derive",
@ -953,7 +953,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
"clap 4.4.9",
"clap 4.4.10",
"criterion-plot",
"is-terminal",
"itertools 0.10.5",
@ -3804,9 +3804,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "sentry"
version = "0.31.8"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce4b57f1b521f674df7a1d200be8ff5d74e3712020ee25b553146657b5377d5"
checksum = "9b596ee5f4e76638de6063ca96fd3d923675416461fc7f1b77406dc2f32d1979"
dependencies = [
"httpdate",
"reqwest",
@ -3822,9 +3822,9 @@ dependencies = [
[[package]]
name = "sentry-backtrace"
version = "0.31.8"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58cc8d4e04a73de8f718dc703943666d03f25d3e9e4d0fb271ca0b8c76dfa00e"
checksum = "e6510a97162c288989a6310766bcadfc83ec98ad73121674463b055c42189e85"
dependencies = [
"backtrace",
"once_cell",
@ -3834,9 +3834,9 @@ dependencies = [
[[package]]
name = "sentry-contexts"
version = "0.31.8"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6436c1bad22cdeb02179ea8ef116ffc217797c028927def303bc593d9320c0d1"
checksum = "64e2552a4a578aade01bd44691e6805c32bac34fc918f1675739fbbf2add8460"
dependencies = [
"hostname",
"libc",
@ -3848,9 +3848,9 @@ dependencies = [
[[package]]
name = "sentry-core"
version = "0.31.8"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "901f761681f97db3db836ef9e094acdd8756c40215326c194201941947164ef1"
checksum = "ebb7a6ad833035f6b36db3e61e450643eec8a3c5f2839b8e41c74a73e57c6bae"
dependencies = [
"once_cell",
"rand 0.8.5",
@ -3861,9 +3861,9 @@ dependencies = [
[[package]]
name = "sentry-tracing"
version = "0.31.8"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82eabcab0a047040befd44599a1da73d3adb228ff53b5ed9795ae04535577704"
checksum = "53ef38653386354058f30b3c6d0bf764c59ee6270cd769ac4620a2d2fd60c8fe"
dependencies = [
"sentry-backtrace",
"sentry-core",
@ -3873,9 +3873,9 @@ dependencies = [
[[package]]
name = "sentry-types"
version = "0.31.8"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da956cca56e0101998c8688bc65ce1a96f00673a0e58e663664023d4c7911e82"
checksum = "26342e85c6b3332273b820d5be6b93027fe991ded23a2aa6fb88a5a28c845c40"
dependencies = [
"debugid",
"hex",
@ -5929,7 +5929,7 @@ dependencies = [
"abscissa_core",
"atty",
"chrono",
"clap 4.4.9",
"clap 4.4.10",
"color-eyre",
"console-subscriber",
"dirs",

View File

@ -162,7 +162,7 @@ zebra-scan = { path = "../zebra-scan", version = "0.1.0-alpha.0", optional = tru
zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.31", optional = true }
abscissa_core = "0.7.0"
clap = { version = "4.4.9", features = ["cargo"] }
clap = { version = "4.4.10", features = ["cargo"] }
chrono = { version = "0.4.31", default-features = false, features = ["clock", "std"] }
humantime-serde = "1.1.1"
indexmap = "2.0.1"
@ -200,7 +200,7 @@ num-integer = "0.1.45"
rand = "0.8.5"
# prod feature sentry
sentry = { version = "0.31.8", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls", "tracing"], optional = true }
sentry = { version = "0.32.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls", "tracing"], optional = true }
# prod feature flamegraph
tracing-flame = { version = "0.2.0", optional = true }