diff --git a/json-patch b/json-patch index 5bc3496..f4d1434 160000 --- a/json-patch +++ b/json-patch @@ -1 +1 @@ -Subproject commit 5bc34962ae70b4860c3390ff6f957d45cd2df4e4 +Subproject commit f4d1434f16a279a2b79bf57e6480cfee6fb78991 diff --git a/json-ptr b/json-ptr index 6d5ea5b..9c9f129 160000 --- a/json-ptr +++ b/json-ptr @@ -1 +1 @@ -Subproject commit 6d5ea5b7248a1fb17779e44d4462b0251a2eee73 +Subproject commit 9c9f12980a613ef6f62e732c459f2ebc17390fa5 diff --git a/patch-db/Cargo.toml b/patch-db/Cargo.toml index c8004e1..9ca66f6 100644 --- a/patch-db/Cargo.toml +++ b/patch-db/Cargo.toml @@ -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"