summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]