@@ -67,24 +67,24 @@ axum = { version = "0.8.6", features = ["http2", "macros"] }
6767axum-server = { version = " 0.7.2" , features = [" tls-rustls-no-provider" ] }
6868backoff = " 0.4.0"
6969base64 = " 0.22.1"
70- base64-url = " 3.0.0 "
70+ base64-url = " 3.0.2 "
7171base64ct = { version = " 1.8.0" , features = [" alloc" , " std" ] }
7272bd-workspace-hack = " 0.1.0"
7373bincode = { version = " 2.0.1" , features = [" serde" ] }
7474bindgen = " 0.72.1"
7575bytes = " 1.10.1"
76- cbindgen = " 0.29.0 "
77- cc = " 1.2.39 "
78- clap = { version = " 4.5.48 " , features = [" derive" , " env" ] }
76+ cbindgen = " 0.29.2 "
77+ cc = " 1.2.43 "
78+ clap = { version = " 4.5.51 " , features = [" derive" , " env" ] }
7979cmake = " 0.1.54"
80- color-backtrace = " 0.7.1 "
80+ color-backtrace = " 0.7.2 "
8181concat-string = " 1.0.1"
8282crc32fast = " 1.5.0"
83- ctor = " 0.5 .0"
83+ ctor = " 0.6 .0"
8484dashmap = " 6.1.0"
8585flatbuffers = " 25.9.23"
8686flatc-rust = " 0.2.0"
87- flate2 = { version = " 1.1.2 " , default-features = false }
87+ flate2 = { version = " 1.1.5 " , default-features = false }
8888fs2 = " 0.4.3"
8989futures = " 0.3.31"
9090futures-core = " 0.3.31"
@@ -104,17 +104,17 @@ insta = "1.43.2"
104104intrusive-collections = " 0.9.7"
105105itertools = " 0.14.0"
106106jni = " 0.21.1"
107- libc = " 0.2.176 "
107+ libc = " 0.2.177 "
108108libfuzzer-sys = " 0.4.10"
109109log = " 0.4.28"
110110matches = " 0.1.10"
111- memmap2 = " 0.9.8 "
111+ memmap2 = " 0.9.9 "
112112mockall = " 0.13.1"
113113nom = " 8.0.0"
114114nom-language = " 0.1.0"
115115notify = " 8.2.0"
116116parameterized = " 2.0.0"
117- parking_lot = " 0.12.4 "
117+ parking_lot = " 0.12.5 "
118118pretty_assertions = " 1.4.1"
119119prometheus = " 0.14.0"
120120thread_local = " 1.1"
@@ -130,8 +130,8 @@ protobuf-codegen = { git = "https://github.com/bitdriftlabs/rust-protobuf.git",
130130protobuf-json-mapping = { git = " https://github.com/bitdriftlabs/rust-protobuf.git" , branch = " patch-stack" }
131131
132132rand = " 0.9.2"
133- regex = " 1.11.3 "
134- reqwest = { version = " 0.12.23 " , features = [" deflate" ] }
133+ regex = " 1.12.2 "
134+ reqwest = { version = " 0.12.24 " , features = [" deflate" ] }
135135rstest = " 0.26.1"
136136serde = { version = " 1" , features = [" derive" , " rc" ] }
137137serde_json = " 1.0.145"
@@ -147,9 +147,9 @@ tarpc = { version = "0.37.0", features = ["full"] }
147147tempfile = " 3.23.0"
148148termcolor = " 1.4.1"
149149thiserror = " 2.0.17"
150- tikv-jemalloc-ctl = " 0.6.0 "
150+ tikv-jemalloc-ctl = " 0.6.1 "
151151time = { version = " 0.3.44" , features = [" serde-well-known" , " macros" , " parsing" ] }
152- tokio = { version = " 1.47.1 " , features = [" full" , " test-util" ] }
152+ tokio = { version = " 1.48.0 " , features = [" full" , " test-util" ] }
153153tokio-stream = " 0.1.17"
154154tokio-test = " 0.4.4"
155155tower = { version = " 0.5.2" , features = [" retry" , " util" ] }
0 commit comments