We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
serde
1 parent 2057612 commit f899262Copy full SHA for f899262
1 file changed
Cargo.toml
@@ -183,7 +183,7 @@ ron = "0.12"
183
# (using default-features = false to support no-std build, avoiding any extra features that may require std::collections)
184
rustc-hash = { version = "1.1", default-features = false }
185
serde_json = "1.0.143"
186
-serde = { version = "1.0.219", default-features = false }
+serde = { version = "1.0.225", default-features = false }
187
shell-words = "1"
188
smallvec = "1.14"
189
spirv = { version = "0.3", git = "https://github.com/gfx-rs/rspirv", rev = "89ce4d0e64c91b0635f617409dc57cb031749a39" }
0 commit comments