build(deps): bump toml from 0.6.0 to 0.7.0 (#5726)

This commit is contained in:
alice 2023-01-30 15:49:26 +01:00 committed by GitHub
parent 86ae81ec5d
commit 8b25f44f05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 deletions

View file

@ -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"