@@ -382,9 +382,9 @@ dependencies = [
382
382
383
383
[[package ]]
384
384
name = " byteorder"
385
- version = " 1.4.3 "
385
+ version = " 1.5.0 "
386
386
source = " registry+https://github.com/rust-lang/crates.io-index"
387
- checksum = " 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 "
387
+ checksum = " 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b "
388
388
389
389
[[package ]]
390
390
name = " bytes"
@@ -2596,9 +2596,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2596
2596
2597
2597
[[package ]]
2598
2598
name = " object"
2599
- version = " 0.32.1 "
2599
+ version = " 0.32.2 "
2600
2600
source = " registry+https://github.com/rust-lang/crates.io-index"
2601
- checksum = " 9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0 "
2601
+ checksum = " a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 "
2602
2602
dependencies = [
2603
2603
" compiler_builtins" ,
2604
2604
" crc32fast" ,
@@ -4787,12 +4787,12 @@ checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
4787
4787
4788
4788
[[package ]]
4789
4789
name = " ruzstd"
4790
- version = " 0.4 .0"
4790
+ version = " 0.5 .0"
4791
4791
source = " registry+https://github.com/rust-lang/crates.io-index"
4792
- checksum = " ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc "
4792
+ checksum = " 58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d "
4793
4793
dependencies = [
4794
4794
" byteorder" ,
4795
- " thiserror-core " ,
4795
+ " derive_more " ,
4796
4796
" twox-hash" ,
4797
4797
]
4798
4798
@@ -5355,26 +5355,6 @@ dependencies = [
5355
5355
" thiserror-impl" ,
5356
5356
]
5357
5357
5358
- [[package ]]
5359
- name = " thiserror-core"
5360
- version = " 1.0.38"
5361
- source = " registry+https://github.com/rust-lang/crates.io-index"
5362
- checksum = " 0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497"
5363
- dependencies = [
5364
- " thiserror-core-impl" ,
5365
- ]
5366
-
5367
- [[package ]]
5368
- name = " thiserror-core-impl"
5369
- version = " 1.0.38"
5370
- source = " registry+https://github.com/rust-lang/crates.io-index"
5371
- checksum = " 10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac"
5372
- dependencies = [
5373
- " proc-macro2" ,
5374
- " quote" ,
5375
- " syn 1.0.109" ,
5376
- ]
5377
-
5378
5358
[[package ]]
5379
5359
name = " thiserror-impl"
5380
5360
version = " 1.0.47"
@@ -5747,28 +5727,28 @@ dependencies = [
5747
5727
5748
5728
[[package ]]
5749
5729
name = " unic-langid"
5750
- version = " 0.9.1 "
5730
+ version = " 0.9.4 "
5751
5731
source = " registry+https://github.com/rust-lang/crates.io-index"
5752
- checksum = " 398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f "
5732
+ checksum = " 238722e6d794ed130f91f4ea33e01fcff4f188d92337a21297892521c72df516 "
5753
5733
dependencies = [
5754
5734
" unic-langid-impl" ,
5755
5735
" unic-langid-macros" ,
5756
5736
]
5757
5737
5758
5738
[[package ]]
5759
5739
name = " unic-langid-impl"
5760
- version = " 0.9.1 "
5740
+ version = " 0.9.4 "
5761
5741
source = " registry+https://github.com/rust-lang/crates.io-index"
5762
- checksum = " e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff "
5742
+ checksum = " 4bd55a2063fdea4ef1f8633243a7b0524cbeef1905ae04c31a1c9b9775c55bc6 "
5763
5743
dependencies = [
5764
5744
" tinystr" ,
5765
5745
]
5766
5746
5767
5747
[[package ]]
5768
5748
name = " unic-langid-macros"
5769
- version = " 0.9.1 "
5749
+ version = " 0.9.4 "
5770
5750
source = " registry+https://github.com/rust-lang/crates.io-index"
5771
- checksum = " 055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe "
5751
+ checksum = " 5c854cefb82ff2816410ce606acbad1b3af065140907b29be9229040752b83ec "
5772
5752
dependencies = [
5773
5753
" proc-macro-hack" ,
5774
5754
" tinystr" ,
@@ -5778,13 +5758,13 @@ dependencies = [
5778
5758
5779
5759
[[package ]]
5780
5760
name = " unic-langid-macros-impl"
5781
- version = " 0.9.1 "
5761
+ version = " 0.9.4 "
5782
5762
source = " registry+https://github.com/rust-lang/crates.io-index"
5783
- checksum = " 1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8 "
5763
+ checksum = " fea2a4c80deb4fb3ca51f66b5e2dd91e3642bbce52234bcf22e41668281208e4 "
5784
5764
dependencies = [
5785
5765
" proc-macro-hack" ,
5786
5766
" quote" ,
5787
- " syn 1 .0.109 " ,
5767
+ " syn 2 .0.32 " ,
5788
5768
" unic-langid-impl" ,
5789
5769
]
5790
5770
0 commit comments