Skip to content

Commit

Permalink
fix(deps): update rust crate serde_with to 3.5.0 (#134)
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 Jan 21, 2024
1 parent da2dc01 commit 0872923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ serde = { version = "1.0.195" }
serde-aux = "4.4.0"
serde_derive = "1.0.195"
serde_json = "1.0.111"
serde_with = { version = "3.4.0", features = ["base64"] }
serde_with = { version = "3.5.0", features = ["base64"] }

# local source/destination
cached = { version = "0.47.0", default-features = false, features = ["proc_macro"] }
Expand Down

0 comments on commit 0872923

Please sign in to comment.