Skip to content

Commit

Permalink
Update Rust crate base64 to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 17, 2023
1 parent 861f272 commit b5da263
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 @@ -15,7 +15,7 @@ keywords = ["learning", "connectwise"]

[dependencies]
anyhow = "1.0.58"
base64 = "0.13.0"
base64 = "0.21.0"
reqwest = { "version" = "0.11.11", "features" = ["blocking"] }
serde = { "version" = "1.0.139", "features" = ["derive"] }
serde_json = "1.0.82"
Expand Down

0 comments on commit b5da263

Please sign in to comment.