diff --git a/Cargo.lock b/Cargo.lock index 1d587766..de69e5f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4060,9 +4060,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.15" +version = "0.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c" +checksum = "45a28f4c49489add4ce10783f7911893516f15afe45d015608d41faca6bc4d29" dependencies = [ "dyn-clone", "schemars_derive", @@ -4072,9 +4072,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.15" +version = "0.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c" +checksum = "c767fd6fa65d9ccf9cf026122c1b555f2ef9a4f0cea69da4d7dbc3e258d30967" dependencies = [ "proc-macro2", "quote", diff --git a/property/Cargo.toml b/property/Cargo.toml index 3ae187d0..6193c9b9 100644 --- a/property/Cargo.toml +++ b/property/Cargo.toml @@ -25,7 +25,7 @@ ceramic-kubo-rpc-server = { git = "https://github.com/3box/rust-ceramic", branch dotenvy = "0.15.7" hyper = { version = "0.14.27", features = ["client"] } rand = "0.8.5" -schemars = "0.8.13" +schemars = "0.8.16" serde = { version = "1.0.188", features = ["serde_derive"] } swagger = "6.3.0" tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread", "fs"] }