Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Jun 18, 2024
1 parent 9277179 commit 6d6f00f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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
@@ -1,6 +1,6 @@
[package]
name = "slip-10"
version = "0.4.0-rc3"
version = "0.4.0-rc4"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "SLIP10 implementation in Rust"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/dfns/slip-10"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
generic-ec = { version = "0.4.0-rc3", default-features = false }
generic-ec = { version = "0.4.0-rc4", default-features = false }

hmac = { version = "0.12", default-features = false }
sha2 = { version = "0.10", default-features = false }
Expand Down

0 comments on commit 6d6f00f

Please sign in to comment.