Skip to content

Commit

Permalink
Update Rust crate base64 to 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 782bb6b commit 327ae2a
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 @@ -34,7 +34,7 @@ idna = "0.2"
serde = { version = "1.0", features = ["derive", "rc"] }
seahash = "3" # seahash 4 introduces a breaking hash algorithm change
memchr = "2.4"
base64 = "0.13"
base64 = "0.22.1"
rmp-serde = "0.15"
lifeguard = { version = "^ 0.6.1", optional = true }
cssparser = { version = "0.28", optional = true }
Expand Down

0 comments on commit 327ae2a

Please sign in to comment.