Update serde to 1.0.218

This commit is contained in:
Joscha 2025-02-22 16:31:08 +01:00
parent f1f128fa1a
commit 310259327c

View file

@ -20,7 +20,7 @@ palette = "0.7.6"
paste = "1.0.15"
rand = "0.9.0"
rust-embed = "8.5.0"
serde = { version = "1.0.201", features = ["derive"] }
serde = { version = "1.0.218", features = ["derive"] }
showbits-assets.path = "./showbits-assets"
showbits-common.path = "./showbits-common"
time = "0.3.36"