chore: bump dependencies
This commit is contained in:
parent
ff2e74517a
commit
961551b2cb
5 changed files with 15 additions and 15 deletions
|
|
@ -6,11 +6,11 @@ edition = "2021"
|
|||
[dependencies]
|
||||
derive_more = "0.99.17"
|
||||
itertools = "0.10.5"
|
||||
paste = "1.0.12"
|
||||
num-traits = "0.2.15"
|
||||
thiserror = "1.0.39"
|
||||
proptest = { version = "1.1", optional = true }
|
||||
enum_dispatch = "0.3.11"
|
||||
paste = "1.0.14"
|
||||
num-traits = "0.2.16"
|
||||
thiserror = "1.0.47"
|
||||
proptest = { version = "1.2", optional = true }
|
||||
enum_dispatch = "0.3.12"
|
||||
argus-derive = { version = "0.1.0", path = "../argus-derive" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue