summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-14 02:05:59 -0500
committerGitHub <noreply@github.com>2022-01-14 02:05:59 -0500
commit315aa421ee1840bfbecd10133ed9e2174ece4940 (patch)
treeee141b03063d8ad418357f7ba27c1ebe7f9615a7
parent3a7303bafcb7b327f2113fa23db3304ab6bddc98 (diff)
build: bump toml_edit from 0.12.6 to 0.13.0 (#3431)
Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.12.6 to 0.13.0. - [Release notes](https://github.com/ordian/toml_edit/releases) - [Changelog](https://github.com/ordian/toml_edit/blob/master/CHANGELOG.md) - [Commits](https://github.com/ordian/toml_edit/compare/v0.12.6...v0.13.0) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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 1cd51e7b1..347d9cb61 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2002,9 +2002,9 @@ dependencies = [
[[package]]
name = "toml_edit"
-version = "0.12.6"
+version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "94217a6d6a89fb646cbc9f28283cf4745f77eb0b04c4f680c4b3ae4450e3a473"
+checksum = "3b80ac5e1b91e3378c63dab121962472b5ca20cf9ab1975e3d588548717807a8"
dependencies = [
"combine",
"indexmap",
diff --git a/Cargo.toml b/Cargo.toml
index 835932216..94f9aa212 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -71,7 +71,7 @@ shadow-rs = "0.8.1"
versions = "4.0.0"
strsim = "0.10.0"
sha-1 = "0.10.0"
-toml_edit = "0.12.6"
+toml_edit = "0.13.0"
process_control = { version = "3.2.0", features = ["crossbeam-channel"] }