Bump thiserror from 1.0.65 to 2.0.0 in /src/wasm-lib (#4397)

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.65 to 2.0.0.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.65...2.0.0)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-11-06 11:36:58 -05:00
committed by 49lf
parent 01f0162991
commit efe207f4d2
2 changed files with 42 additions and 22 deletions

View File

@ -165,7 +165,7 @@ dependencies = [
"futures-sink",
"log",
"pin-project-lite",
"thiserror",
"thiserror 1.0.68",
]
[[package]]
@ -1140,7 +1140,7 @@ dependencies = [
"pest_derive",
"serde",
"serde_json",
"thiserror",
"thiserror 1.0.68",
]
[[package]]
@ -1553,7 +1553,7 @@ dependencies = [
"image",
"itertools 0.12.1",
"rayon",
"thiserror",
"thiserror 1.0.68",
]
[[package]]
@ -1726,7 +1726,7 @@ dependencies = [
"serde_json",
"sha2",
"tabled",
"thiserror",
"thiserror 2.0.0",
"tokio",
"tokio-tungstenite",
"toml",
@ -1816,7 +1816,7 @@ dependencies = [
"serde_bytes",
"serde_json",
"serde_urlencoded",
"thiserror",
"thiserror 1.0.68",
"tokio",
"tracing",
"url",
@ -2161,7 +2161,7 @@ dependencies = [
"js-sys",
"once_cell",
"pin-project-lite",
"thiserror",
"thiserror 1.0.68",
]
[[package]]
@ -2179,7 +2179,7 @@ dependencies = [
"opentelemetry",
"percent-encoding",
"rand 0.8.5",
"thiserror",
"thiserror 1.0.68",
]
[[package]]
@ -2304,7 +2304,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdbef9d1d47087a895abd220ed25eb4ad973a5e26f6a4367b038c25e28dfc2d9"
dependencies = [
"memchr",
"thiserror",
"thiserror 1.0.68",
"ucd-trie",
]
@ -2360,7 +2360,7 @@ dependencies = [
"serde",
"serde_derive",
"strum",
"thiserror",
"thiserror 1.0.68",
]
[[package]]
@ -2613,7 +2613,7 @@ dependencies = [
"rustc-hash",
"rustls",
"socket2",
"thiserror",
"thiserror 1.0.68",
"tokio",
"tracing",
]
@ -2630,7 +2630,7 @@ dependencies = [
"rustc-hash",
"rustls",
"slab",
"thiserror",
"thiserror 1.0.68",
"tinyvec",
"tracing",
]
@ -2884,7 +2884,7 @@ dependencies = [
"http 1.1.0",
"reqwest",
"serde",
"thiserror",
"thiserror 1.0.68",
"tower-service",
]
@ -2981,7 +2981,7 @@ checksum = "f1adc9dfed5cc999077978cc7163b9282c5751c8d39827c4ea8c8c220ca5a440"
dependencies = [
"serde",
"tempfile",
"thiserror",
"thiserror 1.0.68",
"toml",
"toolchain_find",
]
@ -3516,18 +3516,38 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.65"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
dependencies = [
"thiserror-impl",
"thiserror-impl 1.0.68",
]
[[package]]
name = "thiserror"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15291287e9bff1bc6f9ff3409ed9af665bec7a5fc8ac079ea96be07bca0e2668"
dependencies = [
"thiserror-impl 2.0.0",
]
[[package]]
name = "thiserror-impl"
version = "1.0.65"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.87",
]
[[package]]
name = "thiserror-impl"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22efd00f33f93fa62848a7cab956c3d38c8d43095efda1decfc2b3a5dc0b8972"
dependencies = [
"proc-macro2",
"quote",
@ -3875,7 +3895,7 @@ dependencies = [
"chrono",
"lazy_static",
"serde_json",
"thiserror",
"thiserror 1.0.68",
"ts-rs-macros",
"url",
"uuid",
@ -3909,7 +3929,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"sha1",
"thiserror",
"thiserror 1.0.68",
"utf-8",
]
@ -4640,5 +4660,5 @@ dependencies = [
"displaydoc",
"indexmap 2.6.0",
"memchr",
"thiserror",
"thiserror 1.0.68",
]

View File

@ -42,7 +42,7 @@ serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.128"
sha2 = "0.10.8"
tabled = { version = "0.15.0", optional = true }
thiserror = "1.0.65"
thiserror = "2.0.0"
toml = "0.8.19"
ts-rs = { version = "10.0.0", features = ["uuid-impl", "url-impl", "chrono-impl", "no-serde-warnings", "serde-json-impl"] }
url = { version = "2.5.2", features = ["serde"] }