From 5b678f554ec03a090b1c0ad97f4f450d69071160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:55:15 +0000 Subject: [PATCH] chore(deps): bump toml_edit from 0.19.14 to 0.19.15 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.19.14 to 0.19.15. - [Commits](https://github.com/toml-rs/toml/compare/v0.19.14...v0.19.15) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- serdect/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2423c36e5..3e51c6112 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1608,9 +1608,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.14" +version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ "indexmap", "serde", diff --git a/serdect/Cargo.toml b/serdect/Cargo.toml index 7ae62bd74..5d4b942ff 100644 --- a/serdect/Cargo.toml +++ b/serdect/Cargo.toml @@ -30,7 +30,7 @@ serde = { version = "1.0.184", default-features = false, features = ["derive"] } serde_json = "1" serde-json-core = { version = "0.5", default-features = false, features = ["std"] } toml = "0.7" -toml_edit = "=0.19.14" # pinned to preserve MSRV +toml_edit = "=0.19.15" # pinned to preserve MSRV [features] default = ["alloc"]