summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-12-23 20:55:24 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-12-23 23:33:13 +0000
commitd0848b460a59b952a6a0b512f710a2c1b3b354c7 (patch)
tree46b20e132ab5b46ef7bf294163cc3d4f87f6af1b /Cargo.lock
parent78d20c902f5074d3beca23dae921434d37ed6a6b (diff)
build(deps): update rust crate toml_edit to 0.16.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock32
1 files changed, 13 insertions, 19 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 48b27899c..1271d8f03 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -255,12 +255,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
-name = "bytes"
-version = "1.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
-
-[[package]]
name = "bytesize"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -377,16 +371,6 @@ dependencies = [
]
[[package]]
-name = "combine"
-version = "4.6.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
-dependencies = [
- "bytes",
- "memchr",
-]
-
-[[package]]
name = "compact_str"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1818,6 +1802,16 @@ dependencies = [
]
[[package]]
+name = "nom8"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "75d908f0297c3526d34e478d438b07eefe3d7b0416494d7ffccb17f1c7f7262c"
+dependencies = [
+ "memchr",
+ "minimal-lexical",
+]
+
+[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3047,13 +3041,13 @@ checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd"
[[package]]
name = "toml_edit"
-version = "0.15.0"
+version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b1541ba70885967e662f69d31ab3aeca7b1aaecfcd58679590b893e9239c3646"
+checksum = "dcd65b83c7473af53e3fd994eb2888dfddfeb28cac9a82825ec5803c233c882c"
dependencies = [
- "combine",
"indexmap",
"itertools",
+ "nom8",
"toml_datetime",
]