Update the thiserror dependency
This commit is contained in:
parent
a6b2c37365
commit
87b4fad9b9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ benchmark = ["criterion"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
|
base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
|
||||||
getrandom = { version = "0.2.12", default-features = false }
|
getrandom = { version = "0.2.12", default-features = false }
|
||||||
thiserror = { version = "1.0.57", default-features = false }
|
thiserror = { version = "2.0.3", default-features = false }
|
||||||
|
|
||||||
# chacha feature:
|
# chacha feature:
|
||||||
# - XChaCha20Poly1305WithBlake3
|
# - XChaCha20Poly1305WithBlake3
|
||||||
|
|
Loading…
Reference in a new issue