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

This commit is contained in:
Renovate Bot 2026-03-30 00:06:34 +00:00
parent 8d07a86fc4
commit adcd7cad86
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.12"