Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump base64 from 0.21.7 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.0.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.7...v0.22.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 6, 2024
1 parent 106810c commit d8bc63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 crates/cdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ redb = ["dep:redb"]

[dependencies]
async-trait = "0.1"
base64 = "0.21"
base64 = "0.22"
bip39 = { version = "2.0", optional = true }
bitcoin = { version = "0.30", features = ["std", "serde", "rand", "rand-std"] }
lightning-invoice = { version = "0.29", features = ["serde"] } # This use bitcoin v0.30
Expand Down

0 comments on commit d8bc63f

Please sign in to comment.