fix: update fred to v9.0.3

This commit is contained in:
DarkCat09 2024-06-03 11:23:53 +04:00
parent b234914d8b
commit f8d788f8bb
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3
3 changed files with 31 additions and 32 deletions

View file

@ -13,7 +13,7 @@ chrono = { version = "0.4.26", features = ["serde"] }
clap = { version = "4.3.8", features = ["derive", "env"] }
derive_more = "0.99.17"
dotenvy = "0.15.7"
fred = { version = "6.3.0", features = ["nom"] }
fred = { version = "9.0.3", features = ["nom"] }
heapless = { version = "0.7.16", features = ["ufmt-impl"] }
hex = { version = "0.4.3", default-features = false, features = ["std", "alloc"] }
hifitime = "3.8.2"