Skip to content

Commit

Permalink
Bump base64 from 0.22.0 to 0.22.1 (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 8f7769e commit 01785d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.71"
base64 = "0.22.0"
base64 = "0.22.1"
bzip2 = "0.4.4"
clap = { version = "4.2.5", features = ["derive"] }
directories = "5.0.0"
Expand All @@ -24,7 +24,7 @@ zip = { version = "0.6.4", features = ["deflate"] }
zstd = "0.13.0"

[build-dependencies]
base64 = "0.22.0"
base64 = "0.22.1"
flate2 = "1.0.26"
highway = "1.0.0"
rand = "0.8.5"
Expand Down

0 comments on commit 01785d3

Please sign in to comment.