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