From 6b376d0064be879a4d3acd6f92438ada89680ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:49:52 +0000 Subject: [PATCH] chore(dependabot): bump diplomat from 0.14.0 to 0.15.0 Bumps [diplomat](https://github.com/rust-diplomat/diplomat) from 0.14.0 to 0.15.0. - [Commits](https://github.com/rust-diplomat/diplomat/commits) --- updated-dependencies: - dependency-name: diplomat dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 ++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e40a9e4bd..ef37db9a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -289,11 +289,11 @@ version = "0.2.2" [[package]] name = "diplomat" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9adb46b05e2f53dcf6a7dfc242e4ce9eb60c369b6b6eb10826a01e93167f59c6" +checksum = "7935649d00000f5c5d735448ad3dc07b9738160727017914cf42138b8e8e6611" dependencies = [ - "diplomat_core", + "diplomat_core 0.15.0", "proc-macro2", "quote", "syn", @@ -321,7 +321,7 @@ dependencies = [ "askama", "clap", "colored", - "diplomat_core", + "diplomat_core 0.14.0", "displaydoc", "heck", "indenter", @@ -350,6 +350,20 @@ dependencies = [ "syn", ] +[[package]] +name = "diplomat_core" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cf41b94101a4bce993febaf0098092b0bb31deaf0ecaf6e0a2562465f61b383" +dependencies = [ + "proc-macro2", + "quote", + "serde", + "smallvec", + "strck", + "syn", +] + [[package]] name = "displaydoc" version = "0.2.5" diff --git a/Cargo.toml b/Cargo.toml index 7f14ffaed..c4112aada 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ ixdtf = "0.6.4" # Diplomat diplomat-tool = { version = "0.14.0", default-features = false } diplomat-runtime = { version = "0.14.0", default-features = false } -diplomat = { version = "0.14.0", default-features = false } +diplomat = { version = "0.15.0", default-features = false } [package]