fix(deps): update rust crate toml to v1
This commit is contained in:
parent
d548842fbb
commit
55d55ffb25
2 changed files with 7 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue