Skip to content

Commit

Permalink
Update Rust crate base64 to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent 10a97fe commit 167d68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ derive_more = "0.99"
hex = "0.4"
rand = "0.8"
clap = { version = "4.5", features = ["derive"] }
base64 = "0.21"
base64 = "0.22"
bincode = "1.3"
serde = "1.0"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion misc/test-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
star-constellation = "0.2"
base64 = "0.21"
base64 = "0.22"
rand = "0.8"
clap = { version = "4.5", features = ["derive"] }
reqwest = "0.11"
Expand Down

0 comments on commit 167d68c

Please sign in to comment.