chore: bump dependencies
This commit is contained in:
parent
ff2e74517a
commit
961551b2cb
5 changed files with 15 additions and 15 deletions
|
|
@ -6,4 +6,4 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
petgraph = "0.6.3"
|
||||
petgraph = "0.6.4"
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@ edition = "2021"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.58"
|
||||
quote = "1.0.27"
|
||||
syn = { version = "2.0.16", features = ["full"] }
|
||||
proc-macro2 = "1.0.66"
|
||||
quote = "1.0.33"
|
||||
syn = { version = "2.0.29", features = ["full"] }
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@ edition = "2021"
|
|||
[dependencies]
|
||||
argus-core = { version = "0.1.0", path = "../argus-core" }
|
||||
itertools = "0.10.5"
|
||||
num-traits = "0.2.15"
|
||||
paste = "1.0.12"
|
||||
num-traits = "0.2.16"
|
||||
paste = "1.0.14"
|
||||
|
||||
[dev-dependencies]
|
||||
argus-core = { path = "../argus-core", features = ["arbitrary"] }
|
||||
proptest = "1.1"
|
||||
proptest = "1.2"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ crate-type = ["cdylib"]
|
|||
argus-core = { version = "0.1.0", path = "../argus-core" }
|
||||
argus-semantics = { version = "0.1.0", path = "../argus-semantics" }
|
||||
derive_more = "0.99.17"
|
||||
log = "0.4.17"
|
||||
paste = "1.0.12"
|
||||
log = "0.4.20"
|
||||
paste = "1.0.14"
|
||||
pyo3 = { version = "0.19.2", features = ["extension-module"] }
|
||||
pyo3-log = "0.8.1"
|
||||
pyo3-log = "0.8.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue