Skip to content

Commit

Permalink
Upgrade base64 crate from 0.13.x to 0.20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanson Char authored and hansonchar committed Dec 13, 2022
1 parent 7e45540 commit cdf2967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xks-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ axum = { version = "0.6", features = ["headers"] }
axum-server = { version = "0.4", features = ["tls-rustls"] }
axum-macros = "0.3"

base64 = "0.13"
base64 = "0.20"
bytes = "1.1"
chrono = "0.4"
const_format = "0.2"
Expand Down

0 comments on commit cdf2967

Please sign in to comment.