Skip to content

Commit

Permalink
cargo: Bump base64 crate to version 0.22.1
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
  • Loading branch information
ansasaki committed Jan 14, 2025
1 parent aef5389 commit 4cb4fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version = "0.2.6"
[workspace.dependencies]
actix-rt = "2"
actix-web = { version = "4", default-features = false, features = ["macros", "openssl"] }
base64 = "0.21"
base64 = "0.22"
cfg-if = "1"
clap = { version = "4.3", features = ["derive"] }
config = { version = "0.13", default-features = false, features = ["toml"] }
Expand Down

0 comments on commit 4cb4fe5

Please sign in to comment.