|
|
@ -1112,9 +1112,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "proc-macro2" |
|
|
name = "proc-macro2" |
|
|
version = "1.0.73" |
|
|
|
|
|
|
|
|
version = "1.0.74" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2dd5e8a1f1029c43224ad5898e50140c2aebb1705f19e67c918ebf5b9e797fe1" |
|
|
|
|
|
|
|
|
checksum = "2de98502f212cfcea8d0bb305bd0f49d7ebdd75b64ba0a68f937d888f4e0d6db" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"unicode-ident", |
|
|
"unicode-ident", |
|
|
] |
|
|
] |
|
|
@ -1127,9 +1127,9 @@ checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "quote" |
|
|
name = "quote" |
|
|
version = "1.0.34" |
|
|
|
|
|
|
|
|
version = "1.0.35" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "22a37c9326af5ed140c86a46655b5278de879853be5573c01df185b6f49a580a" |
|
|
|
|
|
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
] |
|
|
] |
|
|
@ -1397,9 +1397,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "syn" |
|
|
name = "syn" |
|
|
version = "2.0.44" |
|
|
|
|
|
|
|
|
version = "2.0.46" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "92d27c2c202598d05175a6dd3af46824b7f747f8d8e9b14c623f19fa5069735d" |
|
|
|
|
|
|
|
|
checksum = "89456b690ff72fddcecf231caedbe615c59480c93358a93dfae7fc29e3ebbf0e" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"quote", |
|
|
@ -1476,18 +1476,18 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "thiserror" |
|
|
name = "thiserror" |
|
|
version = "1.0.53" |
|
|
|
|
|
|
|
|
version = "1.0.56" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b2cd5904763bad08ad5513ddbb12cf2ae273ca53fa9f68e843e236ec6dfccc09" |
|
|
|
|
|
|
|
|
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"thiserror-impl", |
|
|
"thiserror-impl", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "thiserror-impl" |
|
|
name = "thiserror-impl" |
|
|
version = "1.0.53" |
|
|
|
|
|
|
|
|
version = "1.0.56" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3dcf4a824cce0aeacd6f38ae6f24234c8e80d68632338ebaa1443b5df9e29e19" |
|
|
|
|
|
|
|
|
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"quote", |
|
|
|