Skip to content

Commit cb93fbf

Browse files
chore: update rust crate thiserror to v2
1 parent 61cae06 commit cb93fbf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cynic-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cynic = { path = "../cynic", version = "3.9.1", features = ["http-reqwest-blocki
2525
cynic-introspection = { path = "../cynic-introspection", version = "3.9.1" }
2626
cynic-querygen = { path = "../cynic-querygen", version = "3.9.1" }
2727
reqwest = { version = "0.12", features = ["blocking"] }
28-
thiserror = "1"
28+
thiserror = "2"
2929

3030
[dev-dependencies]
3131
trycmd = "0.15"

cynic-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ proc-macro2 = "1.0"
2727
quote = "1.0"
2828
strsim = "0.10.0"
2929
syn = { workspace = true , features = ["visit-mut"] }
30-
thiserror = "1"
30+
thiserror = "2"
3131

3232
rkyv = { version = "0.7.41", features = ["validation"], optional = true }
3333

cynic-introspection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sdl = ["indenter"]
1919

2020
[dependencies]
2121
indenter = { version = "0.3.3", optional = true }
22-
thiserror = "1"
22+
thiserror = "2"
2323

2424
[dependencies.cynic]
2525
path = "../cynic"

cynic-querygen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Inflector = { version = "0.11.4", default-features = false }
1717
graphql-parser = "0.4"
1818
once_cell = "1.9"
1919
rust_decimal = "1.22"
20-
thiserror = "1.0.30"
20+
thiserror = "2.0.0"
2121
uuid = { version = "1", features = ["v4"] }
2222

2323
[dev-dependencies]

cynic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ref-cast = "1.0.15"
3030
serde = { version = "1.0.136", features = [ "derive" ] }
3131
serde_json = { version = "1.0", optional = true }
3232
static_assertions = "1"
33-
thiserror = "1.0.30"
33+
thiserror = "2.0.0"
3434

3535
# Surf feature deps
3636
surf = { version = "2.3", default-features = false, optional = true }

0 commit comments

Comments
 (0)