Cargo cleanup: removed cozo, updated reqwest
This commit is contained in:
parent
a68c08292f
commit
9bc2db2b24
4 changed files with 52 additions and 1162 deletions
|
@ -11,19 +11,17 @@ chrono = "0.4.31"
|
|||
itertools = "0.12.0"
|
||||
jsonwebtoken = "9.2.0"
|
||||
regex = "1.10.4"
|
||||
reqwest = "0.11.23"
|
||||
reqwest = "0.12.1"
|
||||
serde = { version = "1.0.166", features = [ "derive" ] }
|
||||
serde_json = "1.0.99"
|
||||
serde_with = "3.3.0"
|
||||
tokio = { version = "1.32.0", features = ["full"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.17"
|
||||
uuid = "1.4.1"
|
||||
uuid = { version = "1.4.1", features = [ "v4", "serde" ] }
|
||||
|
||||
i2p = { path = "../../i2p-rs" }
|
||||
|
||||
cozo = { version = "0.7.5", features = [ "storage-rocksdb", "requests", "graph-algo" ] }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
reqwest = { version = "0.11.20", features = [ "json" ] }
|
||||
reqwest = { version = "0.12.1", features = [ "json" ] }
|
Loading…
Add table
Add a link
Reference in a new issue