Skip to content

Commit

Permalink
fix(deps): update rust crate serde_with to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2023
1 parent 13fd616 commit 4c3a63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
serde = "^1.0.188"
serde_derive = "^1.0.188"
serde_with = "^2.3.3"
serde_with = "^3.3.0"
serde_json = "^1.0.107"
url = "^2.4.1"
uuid = { version = "^1.4.1", features = ["serde", "v4"] }
Expand Down

0 comments on commit 4c3a63a

Please sign in to comment.