Skip to content

Commit

Permalink
serde_derive started shipping binaries for its macros. (#3766)
Browse files Browse the repository at this point in the history
Let's stick to 1.0.171 to avoid supply chain attacks.
  • Loading branch information
fulmicoton authored Aug 19, 2023
1 parent 226b2d2 commit 7372c05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions quickwit/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ reqwest = { version = "0.11", default-features = false, features = [
"rustls-tls",
] }
rust-embed = "6.8.1"
serde = { version = "1.0", features = ["derive", "rc"] }
serde = { version = "= 1.0.171", features = ["derive", "rc"] }
serde_json = "1.0"
serde_qs = { version = "0.12", features = ["warp"] }
serde_with = "3.2.0"
Expand Down

0 comments on commit 7372c05

Please sign in to comment.