summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-03 04:30:59 -0500
committerGitHub <noreply@github.com>2022-01-03 04:30:59 -0500
commit09d2b4e90365847a78675b39c7a00cbdb0b5ef43 (patch)
treeefd3af84db3e6e6f24e40010aa604f9b1fdc3a23
parent15ee127173a3b55ecdd24a3ae153149e8d260f4a (diff)
build: bump toml_edit from 0.12.2 to 0.12.3 (#3384)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 4e03df149..a5772fc72 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1940,9 +1940,9 @@ dependencies = [
[[package]]
name = "toml_edit"
-version = "0.12.2"
+version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "55a834510548c83d4813ede29aa2250963c9ad259a15281cb2889cab2f4238ab"
+checksum = "1f2d523490d6542d4ffa1f1a7cae4d0c9f2ee634bf4e779b0f5ff5fde74dd4b6"
dependencies = [
"combine",
"indexmap",
diff --git a/Cargo.toml b/Cargo.toml
index cbbb52450..fe32b7467 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,7 +70,7 @@ shadow-rs = "0.8.1"
versions = "3.0.3"
strsim = "0.10.0"
sha-1 = "0.10.0"
-toml_edit = "0.12.2"
+toml_edit = "0.12.3"
process_control = { version = "3.1.0", features = ["crossbeam-channel"] }