Update dependencies.
This commit is contained in:
parent
ab81ae6591
commit
32c834a292
|
@ -2,3 +2,4 @@
|
||||||
coverage/
|
coverage/
|
||||||
debug/
|
debug/
|
||||||
target/
|
target/
|
||||||
|
Cargo.lock
|
||||||
|
|
|
@ -13,8 +13,8 @@ edition = "2021"
|
||||||
path = "source/lib.rs"
|
path = "source/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
num = "0.4.0"
|
num = "0.4.1"
|
||||||
thiserror = "1.0.36"
|
thiserror = "1.0.56"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test-case = "2.2.1"
|
test-case = "3.3.1"
|
||||||
|
|
Loading…
Reference in New Issue