fix(deps): update rust crate toml to v1
Some checks failed
Continuous Integration / Lint, Check & Test (push) Has been cancelled
Continuous Integration / Build Package (push) Has been cancelled

This commit is contained in:
Renovate Bot 2026-03-31 00:08:52 +00:00
parent d548842fbb
commit 55d55ffb25
2 changed files with 7 additions and 13 deletions

View file

@ -11,7 +11,7 @@ repository = "https://github.com/konstantinfickel/streamd"
clap = { version = "4", features = ["derive", "env"] }
clap_complete = "4"
serde = { version = "1", features = ["derive"] }
toml = "0.9"
toml = "1.0"
thiserror = "2"
miette = { version = "7", features = ["fancy"] }
pulldown-cmark = "0.13"