Skip to content

Commit f899262

Browse files
chore: update min. req. for serde 1.0.219 -> 1.0.225
1 parent 2057612 commit f899262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ ron = "0.12"
183183
# (using default-features = false to support no-std build, avoiding any extra features that may require std::collections)
184184
rustc-hash = { version = "1.1", default-features = false }
185185
serde_json = "1.0.143"
186-
serde = { version = "1.0.219", default-features = false }
186+
serde = { version = "1.0.225", default-features = false }
187187
shell-words = "1"
188188
smallvec = "1.14"
189189
spirv = { version = "0.3", git = "https://github.com/gfx-rs/rspirv", rev = "89ce4d0e64c91b0635f617409dc57cb031749a39" }

0 commit comments

Comments
 (0)