Skip to content

Commit

Permalink
chore(deps): update rust crate serde_with to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 7907702 commit 1f4a456
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 1f4a456

Please sign in to comment.