Skip to content

Commit

Permalink
Merge pull request #338 from cea-sec/dependabot/cargo/base64-0.22.0
Browse files Browse the repository at this point in the history
build(deps): bump base64 from 0.21.7 to 0.22.0
  • Loading branch information
losynix authored Mar 5, 2024
2 parents b1db953 + 81358ba commit b6c4422
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 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 usbsas-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "GPL-3.0"

[dependencies]
base64 = { version = "0.21", optional = true }
base64 = { version = "0.22", optional = true }
byteorder = "1.5"
env_logger = "0.11"
libgssapi = { version = "0.7", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion usbsas-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "usbsas web server"
[dependencies]
actix-cors = "0.7"
actix-web = "4.5"
base64 = "0.21"
base64 = "0.22"
clap = "4.5"
err-derive = "0.3"
futures = "0.3"
Expand Down

0 comments on commit b6c4422

Please sign in to comment.