Bump thiserror from 1.0.50 to 1.0.53 (#1333)

This commit is contained in:
dependabot[bot]
2024-01-03 11:33:10 +00:00
committed by GitHub
parent 0d306357d3
commit 23051f9b13
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -4631,18 +4631,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
[[package]]
name = "thiserror"
version = "1.0.50"
version = "1.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
checksum = "b2cd5904763bad08ad5513ddbb12cf2ae273ca53fa9f68e843e236ec6dfccc09"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.50"
version = "1.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
checksum = "3dcf4a824cce0aeacd6f38ae6f24234c8e80d68632338ebaa1443b5df9e29e19"
dependencies = [
"proc-macro2",
"quote",
+1 -1
View File
@@ -90,7 +90,7 @@ scale-encode = "0.5.0"
serde = { version = "1.0.193" }
serde_json = { version = "1.0.108" }
syn = { version = "2.0.15", features = ["full", "extra-traits"] }
thiserror = "1.0.50"
thiserror = "1.0.53"
tokio = { version = "1.34", default-features = false }
tracing = "0.1.40"
tracing-wasm = "0.2.1"