diff --git a/Cargo.lock b/Cargo.lock index 41980c82f1..f6e302c545 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6376,9 +6376,9 @@ dependencies = [ [[package]] name = "schemars" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0" +checksum = "1317c3bf3e7df961da95b0a56a172a02abead31276215a0497241a7624b487ce" dependencies = [ "chrono", "dyn-clone", @@ -6390,9 +6390,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80" +checksum = "5f760a6150d45dd66ec044983c124595ae76912e77ed0b44124cb3e415cce5d9" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d71772ecf3..7e6dc692c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,7 @@ whoami = "1.6.0" windows = { version = "0.61.1", features = ["Foundation", "Win32_System_ProcessStatus", "Win32_System_Kernel", "Win32_System_Threading", "Wdk_System_Threading"] } winnow = "=0.6.2" winreg = "0.55.0" -schemars = "1.0.4" +schemars = "1.0.5" jsonschema = "0.30.0" zip = "2.2.0" rmcp = { version = "0.8.0", features = ["client", "transport-sse-client-reqwest", "reqwest", "transport-streamable-http-client-reqwest", "transport-child-process", "tower", "auth"] } diff --git a/crates/agent/Cargo.toml b/crates/agent/Cargo.toml index 08f219024e..c7a48744ce 100644 --- a/crates/agent/Cargo.toml +++ b/crates/agent/Cargo.toml @@ -55,7 +55,7 @@ rmcp = { version = "0.8.0", features = ["client", "transport-async-rw", "transpo rusqlite.workspace = true rustls.workspace = true rustls-native-certs.workspace = true -schemars = "1.0.4" +schemars = "1.0.5" semver.workspace = true serde.workspace = true serde_bytes = "0.11.19"