aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authoralice2023-01-30 14:49:26 +0000
committerGitHub2023-01-30 14:49:26 +0000
commit8b25f44f0570c7b430d632108126a91f1939de65 (patch)
treef1fa826877efd0c8f3129c74b706657e449f8444 /helix-term/Cargo.toml
parent86ae81ec5d44f79422d2ae8c2544c7129b42ecb4 (diff)
build(deps): bump toml from 0.6.0 to 0.7.0 (#5726)
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 5736ecde..0057114e 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -61,7 +61,7 @@ pulldown-cmark = { version = "0.9", default-features = false }
content_inspector = "0.2.4"
# config
-toml = "0.6"
+toml = "0.7"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }