chore(deps): Bump uuid from 1.3.3 to 1.3.4 (#7985)

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.3.3...1.3.4)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2023-06-14 07:58:52 +00:00 committed by GitHub
parent 5dd9b50dd7
commit 98a2e852db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 25 deletions

48
Cargo.lock generated
View File

@ -411,7 +411,7 @@ dependencies = [
"rand 0.8.5",
"regex",
"snafu",
"uuid 1.3.3",
"uuid 1.3.4",
"workspace-hack",
]
@ -916,7 +916,7 @@ dependencies = [
"test_helpers",
"trace_exporters",
"trogging",
"uuid 1.3.3",
"uuid 1.3.4",
"workspace-hack",
]
@ -1047,7 +1047,7 @@ dependencies = [
"tokio",
"tokio-util",
"tracker",
"uuid 1.3.3",
"uuid 1.3.4",
"workspace-hack",
]
@ -1073,7 +1073,7 @@ dependencies = [
"schema",
"tokio",
"tracker",
"uuid 1.3.3",
"uuid 1.3.4",
"workspace-hack",
]
@ -1421,7 +1421,7 @@ dependencies = [
"sqlx",
"test_helpers",
"thiserror",
"uuid 1.3.3",
"uuid 1.3.4",
"workspace-hack",
]
@ -1469,7 +1469,7 @@ dependencies = [
"tokio-stream",
"tokio-util",
"url",
"uuid 1.3.3",
"uuid 1.3.4",
"xz2",
"zstd",
]
@ -1565,7 +1565,7 @@ dependencies = [
"regex",
"sha2",
"unicode-segmentation",
"uuid 1.3.3",
"uuid 1.3.4",
]
[[package]]
@ -1629,7 +1629,7 @@ version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
dependencies = [
"uuid 1.3.3",
"uuid 1.3.4",
]
[[package]]
@ -2037,7 +2037,7 @@ dependencies = [
"tokio",
"tokio-stream",
"tokio-util",
"uuid 1.3.3",
"uuid 1.3.4",
"workspace-hack",
]
@ -2525,7 +2525,7 @@ dependencies = [
"test_helpers",
"tokio",
"url",
"uuid 1.3.3",
"uuid 1.3.4",
]
[[package]]
@ -2627,7 +2627,7 @@ dependencies = [
"tonic",
"trace_exporters",
"trogging",
"uuid 1.3.3",
"uuid 1.3.4",
"wal",
"wal_inspect",
"workspace-hack",
@ -2749,7 +2749,7 @@ dependencies = [
"tokio-util",
"tonic",
"trace",
"uuid 1.3.3",
"uuid 1.3.4",
"wal",
"workspace-hack",
]
@ -2885,7 +2885,7 @@ dependencies = [
"test_helpers",
"thiserror",
"tokio",
"uuid 1.3.3",
"uuid 1.3.4",
"workspace-hack",
]
@ -2917,7 +2917,7 @@ dependencies = [
"toml",
"tracing",
"tracing-subscriber",
"uuid 1.3.3",
"uuid 1.3.4",
]
[[package]]
@ -3020,7 +3020,7 @@ dependencies = [
"observability_deps",
"parquet_file",
"schema",
"uuid 1.3.3",
"uuid 1.3.4",
"workspace-hack",
]
@ -4086,7 +4086,7 @@ dependencies = [
"thiserror",
"thrift",
"tokio",
"uuid 1.3.3",
"uuid 1.3.4",
"workspace-hack",
"zstd",
]
@ -4582,7 +4582,7 @@ dependencies = [
"trace_exporters",
"trace_http",
"tracker",
"uuid 1.3.3",
"uuid 1.3.4",
"workspace-hack",
]
@ -5168,7 +5168,7 @@ dependencies = [
"observability_deps",
"tokio",
"tonic",
"uuid 1.3.3",
"uuid 1.3.4",
"workspace-hack",
]
@ -5272,7 +5272,7 @@ dependencies = [
"parquet_file",
"tokio",
"tonic",
"uuid 1.3.3",
"uuid 1.3.4",
"workspace-hack",
]
@ -5543,7 +5543,7 @@ dependencies = [
"thiserror",
"tokio-stream",
"url",
"uuid 1.3.3",
"uuid 1.3.4",
"webpki-roots 0.22.6",
"whoami",
]
@ -5669,7 +5669,7 @@ dependencies = [
"debugid",
"memmap2",
"stable_deref_trait",
"uuid 1.3.3",
"uuid 1.3.4",
]
[[package]]
@ -6405,9 +6405,9 @@ dependencies = [
[[package]]
name = "uuid"
version = "1.3.3"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81"
dependencies = [
"getrandom 0.2.10",
]
@ -6947,7 +6947,7 @@ dependencies = [
"unicode-bidi",
"unicode-normalization",
"url",
"uuid 1.3.3",
"uuid 1.3.4",
"webpki",
"winapi 0.3.9",
"windows-sys 0.45.0",

View File

@ -45,7 +45,7 @@ tokio = { version = "1.28", features = ["macros", "parking_lot", "rt-multi-threa
tokio-util = "0.7.8"
tonic = { workspace = true }
trace = { version = "0.1.0", path = "../trace" }
uuid = "1.3.3"
uuid = "1.3.4"
wal = { version = "0.1.0", path = "../wal" }
workspace-hack = { version = "0.1", path = "../workspace-hack" }