@@ -112,7 +112,7 @@ prost-types = { version = "0.13.5" }
112
112
quote = { version = " 1.0.40" }
113
113
rand = { version = " 0.8.5" , features = [" small_rng" ] }
114
114
rand_chacha = { version = " 0.3.0" }
115
- rand_core = { version = " 0.6.2 " , default-features = false , features = [" std" ] }
115
+ rand_core = { version = " 0.9.3 " , default-features = false , features = [" std" ] }
116
116
rdkafka-sys = { git = " https://github.com/MaterializeInc/rust-rdkafka.git" , features = [" cmake-build" , " libz-static" , " ssl-vendored" , " zstd" ] }
117
117
regex = { version = " 1.11.1" }
118
118
regex-automata = { version = " 0.4.9" , default-features = false , features = [" dfa" , " hybrid" , " meta" , " nfa" , " perf" , " unicode" ] }
@@ -255,7 +255,7 @@ prost-types = { version = "0.13.5" }
255
255
quote = { version = " 1.0.40" }
256
256
rand = { version = " 0.8.5" , features = [" small_rng" ] }
257
257
rand_chacha = { version = " 0.3.0" }
258
- rand_core = { version = " 0.6.2 " , default-features = false , features = [" std" ] }
258
+ rand_core = { version = " 0.9.3 " , default-features = false , features = [" std" ] }
259
259
rdkafka-sys = { git = " https://github.com/MaterializeInc/rust-rdkafka.git" , features = [" cmake-build" , " libz-static" , " ssl-vendored" , " zstd" ] }
260
260
regex = { version = " 1.11.1" }
261
261
regex-automata = { version = " 0.4.9" , default-features = false , features = [" dfa" , " hybrid" , " meta" , " nfa" , " perf" , " unicode" ] }
0 commit comments