Skip to content

Commit

Permalink
Merge pull request #262 from abdolence/renovate/serde_with-3.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde_with to 3.8
  • Loading branch information
abdolence authored Apr 25, 2024
2 parents ff71300 + a0b0450 commit e1ab878
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 @@ -29,7 +29,7 @@ axum = ["hyper", "dep:axum", "dep:tower"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "3.7", features = ["json"] }
serde_with = { version = "3.8", features = ["json"] }
rvstruct = "0.3"
rsb_derive = "0.5"
futures = "0.3"
Expand Down

0 comments on commit e1ab878

Please sign in to comment.