From 912bdfffc1cc2f7044a42288ab82d342d7242670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:34:08 +0000 Subject: [PATCH] Build(deps): Bump the cargo group across 1 directory with 2 updates Bumps the cargo group with 2 updates in the / directory: [diesel](https://github.com/diesel-rs/diesel) and [serde_with](https://github.com/jonasbb/serde_with). Updates `diesel` from 2.3.9 to 2.3.10 - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/main/CHANGELOG.md) - [Commits](https://github.com/diesel-rs/diesel/compare/v2.3.9...v2.3.10) Updates `serde_with` from 2.3.3 to 3.21.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v2.3.3...v3.21.0) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.3.10 dependency-type: direct:production - dependency-name: serde_with dependency-version: 3.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 113 +++++++++++++++++++++++++++++++++++++++-------------- Cargo.toml | 2 +- 2 files changed, 84 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9766afcd1a8..945baa51ed4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2395,6 +2395,15 @@ dependencies = [ "alloc-stdlib", ] +[[package]] +name = "bs58" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" +dependencies = [ + "tinyvec", +] + [[package]] name = "bstr" version = "1.9.0" @@ -2431,7 +2440,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c6d47a4e2961fb8721bcfc54feae6455f2f64e7054f9bc67e875f0e77f4c58d" dependencies = [ "rust_decimal", - "schemars", + "schemars 1.0.4", "serde", "utf8-width", ] @@ -2911,7 +2920,7 @@ dependencies = [ "log", "persistence", "regex", - "schemars", + "schemars 1.0.4", "serde", "serde_json", "serde_regex", @@ -2956,7 +2965,7 @@ dependencies = [ "itertools 0.14.0", "lasso", "pathfinder_geometry", - "schemars", + "schemars 1.0.4", "serde", "session-sharing-protocol", "settings_value", @@ -3215,7 +3224,7 @@ dependencies = [ "objc2-core-graphics", "pathfinder_geometry", "serde", - "serde_with", + "serde_with 3.21.0", "tempfile", "thiserror 2.0.17", "tokio", @@ -4252,9 +4261,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.3.9" +version = "2.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9940fb8467a0a06312218ed384185cb8536aa10d8ec017d0ce7fad2c1bd882d5" +checksum = "29fe29a87fb84c631ffb3ba21798c4b1f3a964701ba78f0dce4bf8668562ec88" dependencies = [ "chrono", "diesel_derives", @@ -4451,7 +4460,7 @@ checksum = "6738d2e996274e499bc7b0d693c858b7720b9cd2543a0643a3087e6cb0a4fa16" dependencies = [ "cfg-if", "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -6539,7 +6548,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core 0.61.2", + "windows-core 0.62.2", ] [[package]] @@ -7094,7 +7103,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi 0.5.2", "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -7288,7 +7297,7 @@ dependencies = [ "portable-atomic", "portable-atomic-util", "serde_core", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -9691,7 +9700,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967" dependencies = [ "libc", - "windows-sys 0.45.0", + "windows-sys 0.61.2", ] [[package]] @@ -10506,8 +10515,8 @@ version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7" dependencies = [ - "heck 0.4.1", - "itertools 0.11.0", + "heck 0.5.0", + "itertools 0.14.0", "log", "multimap", "petgraph", @@ -10526,7 +10535,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.14.0", "proc-macro2", "quote", "syn 2.0.117", @@ -11512,7 +11521,7 @@ dependencies = [ "process-wrap", "reqwest", "rmcp-macros", - "schemars", + "schemars 1.0.4", "serde", "serde_json", "sse-stream", @@ -11766,7 +11775,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.11.0", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -11834,7 +11843,7 @@ dependencies = [ "security-framework 3.5.1", "security-framework-sys", "webpki-root-certs 1.0.1", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -11939,6 +11948,18 @@ dependencies = [ "windows-sys 0.61.2", ] +[[package]] +name = "schemars" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" +dependencies = [ + "dyn-clone", + "ref-cast", + "serde", + "serde_json", +] + [[package]] name = "schemars" version = "1.0.4" @@ -12420,7 +12441,27 @@ dependencies = [ "indexmap 1.9.3", "serde", "serde_json", - "serde_with_macros", + "serde_with_macros 2.3.3", + "time", +] + +[[package]] +name = "serde_with" +version = "3.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c" +dependencies = [ + "base64 0.22.1", + "bs58", + "chrono", + "hex", + "indexmap 1.9.3", + "indexmap 2.12.0", + "schemars 0.9.0", + "schemars 1.0.4", + "serde_core", + "serde_json", + "serde_with_macros 3.21.0", "time", ] @@ -12436,6 +12477,18 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "serde_with_macros" +version = "3.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660" +dependencies = [ + "darling 0.23.0", + "proc-macro2", + "quote", + "syn 2.0.117", +] + [[package]] name = "serde_yaml" version = "0.8.26" @@ -12520,7 +12573,7 @@ dependencies = [ "concat-idents", "inventory", "log", - "schemars", + "schemars 1.0.4", "serde", "serde_json", "settings_value", @@ -12537,7 +12590,7 @@ version = "0.1.0" dependencies = [ "chrono", "instant", - "schemars", + "schemars 1.0.4", "serde", "serde_json", "settings_value_derive", @@ -13508,7 +13561,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix 1.1.2", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -15199,7 +15252,7 @@ dependencies = [ "rquickjs", "rust-embed 8.7.2", "rustls", - "schemars", + "schemars 1.0.4", "security-framework-sys", "sentry", "sentry-log", @@ -15210,7 +15263,7 @@ dependencies = [ "serde_json", "serde_regex", "serde_urlencoded", - "serde_with", + "serde_with 3.21.0", "serde_yaml 0.8.26", "serial_test", "session-sharing-protocol", @@ -15322,7 +15375,7 @@ dependencies = [ "rust-embed 6.8.1", "serde", "serde_json", - "serde_with", + "serde_with 2.3.3", "warp-completion-metadata", ] @@ -15336,7 +15389,7 @@ dependencies = [ "log", "serde", "serde_json", - "serde_with", + "serde_with 2.3.3", ] [[package]] @@ -15472,10 +15525,10 @@ dependencies = [ "rand 0.8.6", "regex", "reqwest", - "schemars", + "schemars 1.0.4", "serde", "serde_json", - "serde_with", + "serde_with 3.21.0", "serde_yaml 0.8.26", "settings", "settings_value", @@ -15845,7 +15898,7 @@ dependencies = [ "pathfinder_geometry", "rand 0.8.6", "reqwest", - "schemars", + "schemars 1.0.4", "serde", "serde_json", "session-sharing-protocol", @@ -16145,7 +16198,7 @@ dependencies = [ "rstar", "rust-embed 8.7.2", "rustc-hash 2.1.1", - "schemars", + "schemars 1.0.4", "serde", "serde_json", "settings_value", @@ -16880,7 +16933,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index c0a2f414f34..cca721ef221 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -272,7 +272,7 @@ serde_bytes = "0.11" serde-bytes-repr = "0.3" serde_json = { version = "1.0", features = ["raw_value"] } serde_urlencoded = "0.7" -serde_with = "2.0.1" +serde_with = "3.21.0" serde_yaml = "0.8" session-sharing-protocol = { git = "https://github.com/warpdotdev/session-sharing-protocol.git", rev = "b30fdd06379a3d073b398eabd106abed5b443aae" } similar = { version = "2.7", features = ["inline"] }