diff --git a/Cargo.toml b/Cargo.toml index b6bddd6..5eb2de7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2021" [dependencies] semver = "=1.0.23" toml = "=0.8.19" -toml_edit = "=0.22.20" +toml_edit = "=0.22.21" serde = { version = "=1.0.210", features = ["derive"] } serde_json = "=1.0.128" vfs = "=0.12.0"