@@ -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" ,
@@ -4797,12 +4797,12 @@ checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
4797
4797
4798
4798
[[package ]]
4799
4799
name = " ruzstd"
4800
- version = " 0.4 .0"
4800
+ version = " 0.5 .0"
4801
4801
source = " registry+https://github.com/rust-lang/crates.io-index"
4802
- checksum = " ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc "
4802
+ checksum = " 58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d "
4803
4803
dependencies = [
4804
4804
" byteorder" ,
4805
- " thiserror-core " ,
4805
+ " derive_more " ,
4806
4806
" twox-hash" ,
4807
4807
]
4808
4808
@@ -5365,26 +5365,6 @@ dependencies = [
5365
5365
" thiserror-impl" ,
5366
5366
]
5367
5367
5368
- [[package ]]
5369
- name = " thiserror-core"
5370
- version = " 1.0.38"
5371
- source = " registry+https://github.com/rust-lang/crates.io-index"
5372
- checksum = " 0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497"
5373
- dependencies = [
5374
- " thiserror-core-impl" ,
5375
- ]
5376
-
5377
- [[package ]]
5378
- name = " thiserror-core-impl"
5379
- version = " 1.0.38"
5380
- source = " registry+https://github.com/rust-lang/crates.io-index"
5381
- checksum = " 10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac"
5382
- dependencies = [
5383
- " proc-macro2" ,
5384
- " quote" ,
5385
- " syn 1.0.109" ,
5386
- ]
5387
-
5388
5368
[[package ]]
5389
5369
name = " thiserror-impl"
5390
5370
version = " 1.0.47"
@@ -5757,28 +5737,28 @@ dependencies = [
5757
5737
5758
5738
[[package ]]
5759
5739
name = " unic-langid"
5760
- version = " 0.9.1 "
5740
+ version = " 0.9.4 "
5761
5741
source = " registry+https://github.com/rust-lang/crates.io-index"
5762
- checksum = " 398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f "
5742
+ checksum = " 238722e6d794ed130f91f4ea33e01fcff4f188d92337a21297892521c72df516 "
5763
5743
dependencies = [
5764
5744
" unic-langid-impl" ,
5765
5745
" unic-langid-macros" ,
5766
5746
]
5767
5747
5768
5748
[[package ]]
5769
5749
name = " unic-langid-impl"
5770
- version = " 0.9.1 "
5750
+ version = " 0.9.4 "
5771
5751
source = " registry+https://github.com/rust-lang/crates.io-index"
5772
- checksum = " e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff "
5752
+ checksum = " 4bd55a2063fdea4ef1f8633243a7b0524cbeef1905ae04c31a1c9b9775c55bc6 "
5773
5753
dependencies = [
5774
5754
" tinystr" ,
5775
5755
]
5776
5756
5777
5757
[[package ]]
5778
5758
name = " unic-langid-macros"
5779
- version = " 0.9.1 "
5759
+ version = " 0.9.4 "
5780
5760
source = " registry+https://github.com/rust-lang/crates.io-index"
5781
- checksum = " 055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe "
5761
+ checksum = " 5c854cefb82ff2816410ce606acbad1b3af065140907b29be9229040752b83ec "
5782
5762
dependencies = [
5783
5763
" proc-macro-hack" ,
5784
5764
" tinystr" ,
@@ -5788,13 +5768,13 @@ dependencies = [
5788
5768
5789
5769
[[package ]]
5790
5770
name = " unic-langid-macros-impl"
5791
- version = " 0.9.1 "
5771
+ version = " 0.9.4 "
5792
5772
source = " registry+https://github.com/rust-lang/crates.io-index"
5793
- checksum = " 1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8 "
5773
+ checksum = " fea2a4c80deb4fb3ca51f66b5e2dd91e3642bbce52234bcf22e41668281208e4 "
5794
5774
dependencies = [
5795
5775
" proc-macro-hack" ,
5796
5776
" quote" ,
5797
- " syn 1 .0.109 " ,
5777
+ " syn 2 .0.32 " ,
5798
5778
" unic-langid-impl" ,
5799
5779
]
5800
5780
0 commit comments