Skip to content

Commit

Permalink
fix(deps): update rust crate serde_with to 3.6 (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 10, 2024
1 parent 18317c7 commit 7ca7008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ axum = ["hyper", "dep:axum", "dep:tower"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "3.5", features = ["json"] }
serde_with = { version = "3.6", features = ["json"] }
rvstruct = "0.3"
rsb_derive = "0.5"
futures = "0.3"
Expand Down

0 comments on commit 7ca7008

Please sign in to comment.