Skip to content

Commit

Permalink
chore(deps): update rust crate serde_with to 3.4 (#934)
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 Nov 7, 2023
1 parent b632bed commit bb0fefb
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 @@ -113,7 +113,7 @@ anyhow = "1"

# serialization
serde = { version = "1", features = ["serde_derive"] }
serde_with = { version = "3.3", features = ["base64"] }
serde_with = { version = "3.4", features = ["base64"] }
serde_json = "1"

# other dependencies
Expand Down

0 comments on commit bb0fefb

Please sign in to comment.