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] committed Nov 6, 2024
1 parent 82ff0c7 commit d56a3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify/functions/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ log = "0.4.20"
serde = "1.0.214"
serde_json = "1.0.132"
simple_logger = "5.0.0"
thiserror = "1.0.66"
thiserror = "2.0.0"
tokio = "1.36.0"
url = { version = "2.5.0", features = ["serde"] }

0 comments on commit d56a3d2

Please sign in to comment.