Skip to content

Commit df877c0

Browse files
authored
Rollup merge of rust-lang#114944 - lqd:fix-thiserror, r=RalfJung
update `thiserror` to version >= 1.0.46 1.0.46 version is the one with [the workaround](dtolnay/thiserror#248) for rust-lang#114839. I'm also encountering this issue, so let's update the dependency so that everyone doesn't have to `./x clean`. Fixes rust-lang#114839. r? `@RalfJung`
2 parents 5861815 + df3819b commit df877c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5126,9 +5126,9 @@ checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
51265126

51275127
[[package]]
51285128
name = "thiserror"
5129-
version = "1.0.40"
5129+
version = "1.0.47"
51305130
source = "registry+https://github.com/rust-lang/crates.io-index"
5131-
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
5131+
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
51325132
dependencies = [
51335133
"thiserror-impl",
51345134
]
@@ -5155,9 +5155,9 @@ dependencies = [
51555155

51565156
[[package]]
51575157
name = "thiserror-impl"
5158-
version = "1.0.40"
5158+
version = "1.0.47"
51595159
source = "registry+https://github.com/rust-lang/crates.io-index"
5160-
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
5160+
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
51615161
dependencies = [
51625162
"proc-macro2",
51635163
"quote",

0 commit comments

Comments
 (0)