summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-03-15 05:25:17 +0000
committerGitHub <noreply@github.com>2023-03-15 05:25:17 +0000
commit0ccb9e4bbf9d1382e1e60fb43a7209c37f5774c5 (patch)
tree8b9c7238f797be3f340fb5e0bc65fb9d3ae5b2e2
parentb4c282bb6e9901715387d87958c175fc37165d8a (diff)
build(deps): update rust crate toml_edit to 0.19.7
-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 f400cad20..6cc4cecf1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3019,9 +3019,9 @@ dependencies = [
[[package]]
name = "toml_edit"
-version = "0.19.6"
+version = "0.19.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "08de71aa0d6e348f070457f85af8bd566e2bc452156a423ddf22861b3a953fae"
+checksum = "dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274"
dependencies = [
"indexmap",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index a8622359f..19b6434f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,7 +81,7 @@ strsim = "0.10.0"
systemstat = "=0.2.3"
terminal_size = "0.2.5"
toml = { version = "0.7.3", features = ["preserve_order"] }
-toml_edit = "0.19.6"
+toml_edit = "0.19.7"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
urlencoding = "2.1.2"