@@ -1301,15 +1301,6 @@ dependencies = [
13011301 " serde" ,
13021302]
13031303
1304- [[package ]]
1305- name = " elementtree"
1306- version = " 1.2.3"
1307- source = " registry+https://github.com/rust-lang/crates.io-index"
1308- checksum = " 3efd4742acf458718a6456e0adf0b4d734d6b783e452bbf1ac36bf31f4085cb3"
1309- dependencies = [
1310- " string_cache" ,
1311- ]
1312-
13131304[[package ]]
13141305name = " elliptic-curve"
13151306version = " 0.13.8"
@@ -2974,12 +2965,6 @@ version = "0.1.1"
29742965source = " registry+https://github.com/rust-lang/crates.io-index"
29752966checksum = " 27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
29762967
2977- [[package ]]
2978- name = " new_debug_unreachable"
2979- version = " 1.0.6"
2980- source = " registry+https://github.com/rust-lang/crates.io-index"
2981- checksum = " 650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2982-
29832968[[package ]]
29842969name = " nibble_vec"
29852970version = " 0.1.0"
@@ -3724,7 +3709,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
37243709checksum = " c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
37253710dependencies = [
37263711 " phf_macros" ,
3727- " phf_shared 0.13.1 " ,
3712+ " phf_shared" ,
37283713 " serde" ,
37293714]
37303715
@@ -3735,7 +3720,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
37353720checksum = " 49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
37363721dependencies = [
37373722 " phf_generator" ,
3738- " phf_shared 0.13.1 " ,
3723+ " phf_shared" ,
37393724]
37403725
37413726[[package ]]
@@ -3745,7 +3730,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
37453730checksum = " 135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
37463731dependencies = [
37473732 " fastrand" ,
3748- " phf_shared 0.13.1 " ,
3733+ " phf_shared" ,
37493734]
37503735
37513736[[package ]]
@@ -3755,21 +3740,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
37553740checksum = " 812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
37563741dependencies = [
37573742 " phf_generator" ,
3758- " phf_shared 0.13.1 " ,
3743+ " phf_shared" ,
37593744 " proc-macro2" ,
37603745 " quote" ,
37613746 " syn" ,
37623747]
37633748
3764- [[package ]]
3765- name = " phf_shared"
3766- version = " 0.11.3"
3767- source = " registry+https://github.com/rust-lang/crates.io-index"
3768- checksum = " 67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
3769- dependencies = [
3770- " siphasher" ,
3771- ]
3772-
37733749[[package ]]
37743750name = " phf_shared"
37753751version = " 0.13.1"
@@ -3910,12 +3886,6 @@ dependencies = [
39103886 " zerocopy" ,
39113887]
39123888
3913- [[package ]]
3914- name = " precomputed-hash"
3915- version = " 0.1.1"
3916- source = " registry+https://github.com/rust-lang/crates.io-index"
3917- checksum = " 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
3918-
39193889[[package ]]
39203890name = " prefix-trie"
39213891version = " 0.8.4"
@@ -4115,6 +4085,15 @@ dependencies = [
41154085 " winapi" ,
41164086]
41174087
4088+ [[package ]]
4089+ name = " quick-xml"
4090+ version = " 0.40.1"
4091+ source = " registry+https://github.com/rust-lang/crates.io-index"
4092+ checksum = " 2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f"
4093+ dependencies = [
4094+ " memchr" ,
4095+ ]
4096+
41184097[[package ]]
41194098name = " quote"
41204099version = " 1.0.46"
@@ -6262,19 +6241,6 @@ dependencies = [
62626241 " windows-sys 0.61.2" ,
62636242]
62646243
6265- [[package ]]
6266- name = " string_cache"
6267- version = " 0.8.9"
6268- source = " registry+https://github.com/rust-lang/crates.io-index"
6269- checksum = " bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
6270- dependencies = [
6271- " new_debug_unreachable" ,
6272- " parking_lot" ,
6273- " phf_shared 0.11.3" ,
6274- " precomputed-hash" ,
6275- " serde" ,
6276- ]
6277-
62786244[[package ]]
62796245name = " stringprep"
62806246version = " 0.1.5"
@@ -6300,9 +6266,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
63006266
63016267[[package ]]
63026268name = " symbolic-common"
6303- version = " 14.0.0-alpha.1 "
6269+ version = " 14.0.0-alpha.2 "
63046270source = " registry+https://github.com/rust-lang/crates.io-index"
6305- checksum = " 64711d344fcdaaf500ca6a81b465ccb2b8a6bf5395d7f575cded1213fcfb617d "
6271+ checksum = " c5c3feac7ee22596442698d72c3b6eb7cad20117a4590f282b81c3ecf3fa7f05 "
63066272dependencies = [
63076273 " debugid" ,
63086274 " memmap2" ,
@@ -6312,15 +6278,15 @@ dependencies = [
63126278
63136279[[package ]]
63146280name = " symbolic-unreal"
6315- version = " 14.0.0-alpha.1 "
6281+ version = " 14.0.0-alpha.2 "
63166282source = " registry+https://github.com/rust-lang/crates.io-index"
6317- checksum = " 0af928918e8581d8b2e1a61e4f1f83598119b1bdc3daa2d129b5a863efd55f92 "
6283+ checksum = " 777a743a43c7dc8d1820aafe89540b4f3309d1c3d0613547d59d53bcefdedb5f "
63186284dependencies = [
63196285 " anylog" ,
63206286 " bytes" ,
63216287 " chrono" ,
6322- " elementtree" ,
63236288 " flate2" ,
6289+ " quick-xml" ,
63246290 " regex" ,
63256291 " scroll 0.13.0" ,
63266292 " serde" ,
0 commit comments