Skip to content

Commit 38c2170

Browse files
committed
bump dependencies and make them more lenient
1 parent 0499b5d commit 38c2170

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ctaes-rs"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Philip Robinson <[email protected]>"]
55
license = "MIT"
66
homepage = "https://github.com/ElementsProject/rust-ctaes/"
@@ -11,11 +11,11 @@ readme = "README.md"
1111
edition = "2021"
1212

1313
[dependencies]
14-
thiserror = "1.0.30"
14+
thiserror = "2"
1515
zeroize = "1.8.1"
1616

1717
[dev-dependencies]
18-
hex-conservative = "0.2.1"
18+
hex-conservative = "0.2"
1919

2020
[build-dependencies]
2121
cc = "^1.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ctaes-rs
22

33
Rust bindings and API for CTAES (constant-time AES implementation from Bitcoin Core found at
4-
https://github.com/bitcoin-core/ctaes")
4+
https://github.com/bitcoin-core/ctaes)
55

66
The CTAES Library provides a constant time implementation of the AES algorithm. For completeness
77
this crate provides the interface to the AES-ECB methods, but they should not be used. Rather,

0 commit comments

Comments
 (0)