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

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