summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-05-24 00:04:51 +0000
committerGitHub <noreply@github.com>2023-05-24 00:04:51 +0000
commit885241114a933ae97820030cd28c97dc31670d3a (patch)
treebfcca1e0423edd2bd339a5d16686fffa3eff427a
parente368283f4e7c65283cca453650a023cfd0a29430 (diff)
build(deps): update rust crate toml_edit to 0.19.10
-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 65867f8ef..873ae88b2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3193,9 +3193,9 @@ dependencies = [
[[package]]
name = "toml_edit"
-version = "0.19.9"
+version = "0.19.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f"
+checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
dependencies = [
"indexmap",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index 794cd1bf9..962b7b3a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,7 +81,7 @@ strsim = "0.10.0"
systemstat = "=0.2.3"
terminal_size = "0.2.6"
toml = { version = "0.7.4", features = ["preserve_order"] }
-toml_edit = "0.19.9"
+toml_edit = "0.19.10"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
urlencoding = "2.1.2"