diff --git a/crates/stellar_manifest/Cargo.toml b/crates/stellar_manifest/Cargo.toml index 6a0a457..37cc596 100644 --- a/crates/stellar_manifest/Cargo.toml +++ b/crates/stellar_manifest/Cargo.toml @@ -12,4 +12,4 @@ description = "Parses and processes Stellar projects' configuration files." serde = { version = "1.0.167", features = ["derive"] } serde_ignored = "0.1.8" toml = "0.8.0" -toml_edit = "0.20.0" +toml_edit = "0.21.0"