summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-20 05:00:56 +0000
committerGitHub <noreply@github.com>2023-01-20 05:00:56 +0000
commit29a319f8ba3fed6789e6805da3c3a0426f2bc324 (patch)
treea8d76a60571a78149628e3a13381ee9922c3beab
parent43c995e96cd1b7fcfb65810749849f3af039a839 (diff)
Bump toml from 0.5.8 to 0.5.11dependabot/cargo/master/toml-0.5.11
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.8 to 0.5.11. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/commits/toml-v0.5.11) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 d723a6a..183ff22 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -999,9 +999,9 @@ dependencies = [
[[package]]
name = "toml"
-version = "0.5.8"
+version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
+checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
diff --git a/Cargo.toml b/Cargo.toml
index 12a9b53..45fd1f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ typetag = "0.1.4"
directories = "3.0.1"
clap = "2.33"
notify = "4.0"
-toml = "0.5.6"
+toml = "0.5.11"
syn = "=1.0.57"
[dependencies.cursive]