Merge branch 'main' into cn/remove-old-ingester
commit
db08d2549c
|
@ -1287,9 +1287,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "crossbeam-channel"
|
name = "crossbeam-channel"
|
||||||
version = "0.5.7"
|
version = "0.5.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"crossbeam-utils",
|
"crossbeam-utils",
|
||||||
|
@ -6382,9 +6382,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.3.0"
|
version = "1.3.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
|
checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"getrandom",
|
"getrandom",
|
||||||
]
|
]
|
||||||
|
|
|
@ -46,7 +46,7 @@ test_helpers = { path = "../test_helpers", features = ["future_timeout"], option
|
||||||
tokio = { version = "1.27", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
tokio = { version = "1.27", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
||||||
tonic = "0.8.3"
|
tonic = "0.8.3"
|
||||||
trace = { version = "0.1.0", path = "../trace" }
|
trace = { version = "0.1.0", path = "../trace" }
|
||||||
uuid = "1.3.0"
|
uuid = "1.3.1"
|
||||||
wal = { version = "0.1.0", path = "../wal" }
|
wal = { version = "0.1.0", path = "../wal" }
|
||||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||||
tokio-util = "0.7.7"
|
tokio-util = "0.7.7"
|
||||||
|
|
Loading…
Reference in New Issue