Merge pull request #6793 from influxdata/dependabot/cargo/uuid-1.3.0

chore(deps): Bump uuid from 1.2.2 to 1.3.0
pull/24376/head
Dom 2023-02-01 09:47:11 +00:00 committed by GitHub
commit bfbd939ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -6393,9 +6393,9 @@ checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
[[package]]
name = "uuid"
version = "1.2.2"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
dependencies = [
"getrandom",
]

View File

@ -45,7 +45,7 @@ test_helpers = { path = "../test_helpers", features = ["future_timeout"], option
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
tonic = "0.8.3"
trace = { version = "0.1.0", path = "../trace" }
uuid = "1.2.2"
uuid = "1.3.0"
wal = { version = "0.1.0", path = "../wal" }
workspace-hack = { path = "../workspace-hack"}
tokio-util = "0.7.4"