Skip to content

Commit

Permalink
build: pin serde to source-compiled version
Browse files Browse the repository at this point in the history
  • Loading branch information
KFearsoff committed Aug 19, 2023
1 parent 96cd51d commit 1343493
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ color-eyre = "0.6"
tailforward-cfg = { path = "tailforward-cfg" }
hmac = "0.12"
secrecy = "0.8"
serde = { version = "1.0.1", features = ["derive"] }
serde = { version = "=1.0.171", features = ["derive"] }
serde_derive = "=1.0.171"
serde_json = "1"
sha2 = "0.10"
thiserror = "1"
Expand Down

0 comments on commit 1343493

Please sign in to comment.