Skip to content

Commit 3b8fbe6

Browse files
fix(deps): update rust crate thiserror to v2
1 parent a242cd2 commit 3b8fbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apollo-federation-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde_with = { version = "3", default-features = false, features = [
3030
"macros",
3131
], optional = true }
3232
serde_yaml = { version = "0.8", optional = true }
33-
thiserror = { version = "1", optional = true }
33+
thiserror = { version = "2", optional = true }
3434
url = { version = "2", features = ["serde"], optional = true }
3535

3636
# build-only dependencies

0 commit comments

Comments
 (0)