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

This commit is contained in:
Renovate Bot 2026-03-30 00:06:47 +00:00
parent 8d07a86fc4
commit b493ef4593
2 changed files with 32 additions and 37 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 = "1.0"
thiserror = "2"
miette = { version = "7", features = ["fancy"] }
pulldown-cmark = "0.12"