fix(deps): update rust crate toml to 0.9
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 2m18s
Continuous Integration / Build Package (push) Successful in 2m25s

This commit is contained in:
Renovate Bot 2026-03-30 00:06:34 +00:00 committed by renovate-bot
parent 3b2d8c7e63
commit d548842fbb
2 changed files with 27 additions and 26 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.8"
toml = "0.9"
thiserror = "2"
miette = { version = "7", features = ["fancy"] }
pulldown-cmark = "0.13"