summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-01 10:39:22 +0000
committerGitHub <noreply@github.com>2023-11-01 10:39:22 +0000
commit092dc3373135787c5d8e2e7e5cdc235b64ec9450 (patch)
tree7b157c8a28b3b4a2f183c6313e3da589cee0f8ca
parent31d5a27a6d69c5550816964cd05641303842081b (diff)
chore(deps): bump toml_edit from 0.20.1 to 0.20.2dependabot/cargo/toml_edit-0.20.2
Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.20.1 to 0.20.2. - [Commits](https://github.com/toml-rs/toml/compare/v0.20.1...v0.20.2) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c3da5c4..aa874ef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1802,9 +1802,9 @@ dependencies = [
[[package]]
name = "toml_edit"
-version = "0.20.1"
+version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ca676d9ba1a322c1b64eb8045a5ec5c0cfb0c9d08e15e9ff622589ad5221c8fe"
+checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
dependencies = [
"indexmap 2.0.0",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index 12407da..c97d122 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ serde_json = "1.0.107"
# Only used for compatilibilty with the mdbook public api
toml_mdbook = { package = "toml", version = "0.5.11" }
toml = "0.8.1"
-toml_edit = { version = "0.20.1", optional = true }
+toml_edit = { version = "0.20.2", optional = true }
[dev-dependencies]
pretty_assertions = "1.4.0"