File tree Expand file tree Collapse file tree 3 files changed +26
-26
lines changed
Expand file tree Collapse file tree 3 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ bitvec = '1.0.1'
6060bumpalo = ' 3.16'
6161byteorder = ' 1.5.0'
6262bytes = ' 1.8.0'
63- colored = ' 2.1 .0'
63+ colored = ' 2.2 .0'
6464compact_str = ' 0.8.0'
6565convert_case = ' 0.6.0'
6666criterion = ' 0.5.1'
@@ -100,14 +100,14 @@ rand = '0.8.5'
100100rayon = ' 1.10.0'
101101rkyv = ' 0.8.8'
102102rustc-hash = { version = ' 2.0.0' , features = [" nightly" ] }
103- serde = ' 1.0.214 '
103+ serde = ' 1.0.216 '
104104serde_json = ' 1.0.117'
105105slotmap = ' 1.0.7'
106106snafu = ' 0.8.5'
107107syn = ' 2.0.87'
108108syntect = { version = " 5.2.0" , default-features = false }
109109tar = ' 0.4.41'
110- thiserror = ' 2.0.1 '
110+ thiserror = ' 2.0.7 '
111111tikv-jemallocator = ' 0.6.0'
112112time = " 0.3.37"
113113tokio = ' 1.40.0'
@@ -219,7 +219,7 @@ version = '0.12.9'
219219
220220[workspace .dependencies .roaring ]
221221features = [' simd' ]
222- version = ' 0.10.6 '
222+ version = ' 0.10.9 '
223223
224224[workspace .dependencies .sha2 ]
225225version = ' 0.10.8'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ bumpalo = {workspace = true}
1515bytemuck = {workspace = true }
1616byteorder = {workspace = true }
1717bytes = {workspace = true }
18- colored = " 2.1 .0"
18+ colored = " 2.2 .0"
1919derive_more = {workspace = true }
2020enumset = {workspace = true }
2121fastrand = {workspace = true }
You can’t perform that action at this time.
0 commit comments