Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: zip
  dependency-type: direct:production
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 6e05000 commit 07ec312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ members = [".", "api"]
default-members = [".", "api"]

[workspace.dependencies]
base64 = "0.21"
base64 = "0.22"
clap = { version = "4", features = ["derive"] }
ed25519-dalek = { version = "2", features = ["digest"] }
normalize-path = "0.2"
pretty-error-debug = "0.3"
rand_core = { version = "0.6", features = ["getrandom"] }
tempfile = "3"
thiserror = "1"
zip = { version = "0.6", default-features = false }
zip = { version = "1.1", default-features = false }

[workspace.dependencies.zipsign-api]
version = "0.1.1"
Expand Down

0 comments on commit 07ec312

Please sign in to comment.