diff --git a/Cargo.toml b/Cargo.toml index 1d4eefec3..9db2a58f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ tempfile = "3.10.1" tera = { version = "1.19.1", default-features = false } terminal_size = "0.3.0" thiserror = "1.0.58" -toml = { version = "0.8.10", features = ["parse"] } +toml = { version = "0.8.11", features = ["parse"] } toml_edit = { version = "0.22.7", features = ["parse"] } url = "2.5.0" usage-lib = { version="0.1.9", features = ["clap"] }