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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
petgraph = "0.6.3"
|
petgraph = "0.6.4"
|
||||||
|
|
|
||||||
|
|
@ -6,11 +6,11 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
derive_more = "0.99.17"
|
derive_more = "0.99.17"
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
paste = "1.0.12"
|
paste = "1.0.14"
|
||||||
num-traits = "0.2.15"
|
num-traits = "0.2.16"
|
||||||
thiserror = "1.0.39"
|
thiserror = "1.0.47"
|
||||||
proptest = { version = "1.1", optional = true }
|
proptest = { version = "1.2", optional = true }
|
||||||
enum_dispatch = "0.3.11"
|
enum_dispatch = "0.3.12"
|
||||||
argus-derive = { version = "0.1.0", path = "../argus-derive" }
|
argus-derive = { version = "0.1.0", path = "../argus-derive" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,6 @@ edition = "2021"
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "1.0.58"
|
proc-macro2 = "1.0.66"
|
||||||
quote = "1.0.27"
|
quote = "1.0.33"
|
||||||
syn = { version = "2.0.16", features = ["full"] }
|
syn = { version = "2.0.29", features = ["full"] }
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,9 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
argus-core = { version = "0.1.0", path = "../argus-core" }
|
argus-core = { version = "0.1.0", path = "../argus-core" }
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
num-traits = "0.2.15"
|
num-traits = "0.2.16"
|
||||||
paste = "1.0.12"
|
paste = "1.0.14"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
argus-core = { path = "../argus-core", features = ["arbitrary"] }
|
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-core = { version = "0.1.0", path = "../argus-core" }
|
||||||
argus-semantics = { version = "0.1.0", path = "../argus-semantics" }
|
argus-semantics = { version = "0.1.0", path = "../argus-semantics" }
|
||||||
derive_more = "0.99.17"
|
derive_more = "0.99.17"
|
||||||
log = "0.4.17"
|
log = "0.4.20"
|
||||||
paste = "1.0.12"
|
paste = "1.0.14"
|
||||||
pyo3 = { version = "0.19.2", features = ["extension-module"] }
|
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