chore: bump dependencies

This commit is contained in:
Anand Balakrishnan 2023-09-01 14:54:47 -07:00
parent ff2e74517a
commit 961551b2cb
No known key found for this signature in database
5 changed files with 15 additions and 15 deletions

View file

@ -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]