Replace toml with toml_edit (#233)

This commit is contained in:
Félix Saparelli 2022-07-24 03:33:55 +12:00 committed by GitHub
parent e93f0beb4b
commit 6401f2bfa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 49 additions and 20 deletions

View file

@ -47,7 +47,7 @@ tempfile = "3.3.0"
thiserror = "1.0.31"
tinytemplate = "1.2.1"
tokio = { version = "1.20.0", features = ["rt-multi-thread", "process", "sync"], default-features = false }
toml = "0.5.8"
toml_edit = { version = "0.14.4", features = ["easy"] }
url = "2.2.2"
xz2 = "0.1.7"