diff options
author | alice | 2023-01-30 14:49:26 +0000 |
---|---|---|
committer | GitHub | 2023-01-30 14:49:26 +0000 |
commit | 8b25f44f0570c7b430d632108126a91f1939de65 (patch) | |
tree | f1fa826877efd0c8f3129c74b706657e449f8444 /helix-loader | |
parent | 86ae81ec5d44f79422d2ae8c2544c7129b42ecb4 (diff) |
build(deps): bump toml from 0.6.0 to 0.7.0 (#5726)
Diffstat (limited to 'helix-loader')
-rw-r--r-- | helix-loader/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml index 5d0f0013..9225ad1a 100644 --- a/helix-loader/Cargo.toml +++ b/helix-loader/Cargo.toml @@ -16,7 +16,7 @@ path = "src/main.rs" [dependencies] anyhow = "1" serde = { version = "1.0", features = ["derive"] } -toml = "0.6" +toml = "0.7" etcetera = "0.4" tree-sitter = "0.20" once_cell = "1.17" |