Skip to content

Commit

Permalink
pin serde to 1.0.171
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Aug 19, 2023
1 parent dccfc2d commit 63138bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ convert_case = "0.6"
proc-macro2 = "1.0"
syn = { version = "2.0", features = ["extra-traits", "full"] }
quote = "1.0"
serde = { version = "1.0", features = ["derive"] }
# Prevent downloading and running untrusted and unreproducible executable
# https://github.com/serde-rs/serde/issues/2538
serde = { version = "=1.0.171", features = ["derive"] }
serde_json = "1.0"
2 changes: 1 addition & 1 deletion tests/basic_cxx_qt/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crate-type = ["staticlib"]
cxx.workspace = true
cxx-qt.workspace = true
cxx-qt-lib.workspace = true
serde = { version = "1.0", features = ["derive"] }
serde.workspace = true
serde_json = "1.0"

[build-dependencies]
Expand Down

0 comments on commit 63138bc

Please sign in to comment.