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 Jul 3, 2024
1 parent 1b9bd23 commit 0f7a13b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 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
8 changes: 1 addition & 7 deletions misc/test-client/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = { version = "0.12", features = ["json"] }
Expand Down

0 comments on commit 0f7a13b

Please sign in to comment.