Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent eebd914 commit 037df39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-federation-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde_with = { version = "3", default-features = false, features = [
"macros",
], optional = true }
serde_yaml = { version = "0.8", optional = true }
thiserror = { version = "1", optional = true }
thiserror = { version = "2", optional = true }
url = { version = "2", features = ["serde"], optional = true }

# build-only dependencies
Expand Down

0 comments on commit 037df39

Please sign in to comment.