Compare commits

..

2 commits

Author SHA1 Message Date
eaf80b1191 Update Rust crate ringbuf to 0.4.0
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 24m34s
2024-05-08 12:05:11 +00:00
654511cabf Update Rust crate serde_json to 1.0.117
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 26m30s
2024-05-08 09:05:21 +00:00

View file

@ -18,7 +18,7 @@ ui = { git = "https://gavania.de/hodasemi/ui.git" }
anyhow = { version = "1.0.83", features = ["backtrace"] } anyhow = { version = "1.0.83", features = ["backtrace"] }
paste = "1.0.15" paste = "1.0.15"
serde = "1.0.201" serde = "1.0.201"
serde_json = "1.0.116" serde_json = "1.0.117"
ringbuf = "0.4.0" ringbuf = "0.4.0"
lazy_static = "1.4.0" lazy_static = "1.4.0"