Update dependencies
This commit is contained in:
parent
182c951fd2
commit
2b230ae96a
4 changed files with 14 additions and 33 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "recipes"
|
||||
version = "1.0.0"
|
||||
version = "0.9.0"
|
||||
authors = ["Grégory Burri <greg.burri@gmail.com>"]
|
||||
edition = "2024"
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|||
chrono = { version = "0.4", features = ["serde"] }
|
||||
|
||||
# Rust object notation, to load configuration files.
|
||||
ron = "0.9"
|
||||
ron = "0.10"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
itertools = "0.14"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue