summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-12-27 03:59:10 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-12-27 06:45:51 +0000
commitd4e664eda5ed06dfa91ae4e97d420afda38c30d9 (patch)
treef3abb74b57b467982e9d305b6a7275d8fa0b10bf
parentddb17f8851fe8135f2b699897898b385d0906463 (diff)
build(deps): update rust crate toml_edit to 0.16.1
-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 25afbbc08..94e6c32c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3104,9 +3104,9 @@ checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd"
[[package]]
name = "toml_edit"
-version = "0.16.0"
+version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dcd65b83c7473af53e3fd994eb2888dfddfeb28cac9a82825ec5803c233c882c"
+checksum = "5c040d7eb2b695a2a39048f9d8e7ee865ef1c57cd9c44ba9b4a4d389095f7e6a"
dependencies = [
"indexmap",
"itertools",
diff --git a/Cargo.toml b/Cargo.toml
index 871cbd8f4..b72498df4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,7 +81,7 @@ strsim = "0.10.0"
systemstat = "=0.2.2"
terminal_size = "0.2.3"
toml = { version = "0.5.10", features = ["preserve_order"] }
-toml_edit = "0.16.0"
+toml_edit = "0.16.1"
unicode-segmentation = "1.10.0"
unicode-width = "0.1.10"
urlencoding = "2.1.2"