Skip to content

Commit 9520b5d

Browse files
fix(deps): update rust crate thiserror to v2
1 parent 3510bf6 commit 9520b5d

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
@@ -34,7 +34,7 @@ serde_with = { version = "3", default-features = false, features = [
3434
"macros",
3535
], optional = true }
3636
serde_yaml = { version = "0.8", optional = true }
37-
thiserror = { version = "1", optional = true }
37+
thiserror = { version = "2", optional = true }
3838
url = { version = "2", features = ["serde"], optional = true }
3939

4040
# build-only dependencies

0 commit comments

Comments
 (0)