Skip to content

Commit

Permalink
chore: update base64
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Mar 23, 2024
1 parent e48060a commit 49e0fc8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 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 moksha-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/lib.rs"
[dependencies]
anyhow = "1.0.79"
url = "2.5.0"
base64 = "0.21.7"
base64 = "0.22.0"
bitcoin_hashes = "0.13.0"
rand = "0.8.5"
secp256k1 = { version = "0.28.2", features = ["rand", "serde"] }
Expand Down
3 changes: 2 additions & 1 deletion moksha-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ To use Moksha Core in your Rust project, simply add it as a dependency in your `

```toml
[dependencies]
moksha-core = "0.1.0"
moksha-core = "0.2.1"
```

0 comments on commit 49e0fc8

Please sign in to comment.