mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 10:21:53 +00:00
update cargo deps
This commit is contained in:
@@ -20,25 +20,19 @@ unstable = []
|
||||
async-trait = "0.1.42"
|
||||
fd-lock-rs = "0.1.3"
|
||||
futures = "0.3.8"
|
||||
imbl = "2"
|
||||
imbl-value = "0.1.2"
|
||||
imbl = "4"
|
||||
imbl-value = "0.2.0"
|
||||
json-patch = { path = "../json-patch" }
|
||||
json-ptr = { path = "../json-ptr" }
|
||||
lazy_static = "1.4.0"
|
||||
tracing = { version = "0.1.29", optional = true }
|
||||
tracing-error = { version = "0.2.0", optional = true }
|
||||
nix = "0.26.2"
|
||||
nix = "0.30.1"
|
||||
patch-db-macro = { path = "../patch-db-macro" }
|
||||
serde = { version = "1.0.118", features = ["rc"] }
|
||||
serde = { version = "1", features = ["rc"] }
|
||||
serde_cbor = { path = "../cbor" }
|
||||
thiserror = "1.0.23"
|
||||
tokio = { version = "1.0.1", features = [
|
||||
"sync",
|
||||
"fs",
|
||||
"rt",
|
||||
"io-util",
|
||||
"macros",
|
||||
] }
|
||||
thiserror = "2"
|
||||
tokio = { version = "1", features = ["sync", "fs", "rt", "io-util", "macros"] }
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = "1.0.0"
|
||||
@@ -51,4 +45,4 @@ tokio = { version = "1.0.1", features = [
|
||||
"io-util",
|
||||
"macros",
|
||||
] }
|
||||
rand = "0.8.4"
|
||||
rand = "0.9.1"
|
||||
|
||||
Reference in New Issue
Block a user