aboutsummaryrefslogtreecommitdiff
path: root/helix-view/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot]2023-01-24 17:10:35 +0000
committerMichael Davis2023-01-24 18:50:46 +0000
commit52d854fa62e58909d5abb803bdf225b2a5069a4e (patch)
tree86775100763819c4bf78299cdeeb6b499a354a37 /helix-view/Cargo.toml
parente9dc9f493554bd54ea3710e66a2fb0fd2e70b462 (diff)
build(deps): bump toml from 0.5.10 to 0.6.0
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.10 to 0.6.0. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.10...toml-v0.6.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'helix-view/Cargo.toml')
-rw-r--r--helix-view/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml
index c75291cc..a4b97f86 100644
--- a/helix-view/Cargo.toml
+++ b/helix-view/Cargo.toml
@@ -39,7 +39,7 @@ chardetng = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
-toml = "0.5"
+toml = "0.6"
log = "~0.4"
which = "4.4"