diff --git a/Cargo.lock b/Cargo.lock index bc213a28b..42c56cc62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,7 +257,7 @@ dependencies = [ "termcolor", "time", "toml", - "toml_edit 0.20.7", + "toml_edit 0.21.0", "trycmd", ] diff --git a/Cargo.toml b/Cargo.toml index e41606b43..651bec21c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ cargo_metadata = "0.18" tame-index = "0.8" reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls", "gzip"] } git2 = { version = "0.18.1", default-features = false } -toml_edit = "0.20.7" +toml_edit = "0.21.0" toml = "0.8.8" serde = { version = "1.0", features = ["derive"] } semver = "1.0"