Skip to content

Commit

Permalink
Pin serde due to security concerns (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays authored Aug 19, 2023
1 parent 7b7028a commit 00eaafd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ documentation = "https://docs.rs/unkey"
keywords = ["unkey-sdk", "unkey", "unkeyed", "api"]
categories = ["api-bindings", "asynchronous"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
name = "unkey"

[dependencies]
lazy_static = "1.4.0"
serde = { version = "1", features = ["derive"] }
serde = { version = "=1.0.171", features = ["derive"] }
serde_json = "1"

[dependencies.reqwest]
Expand Down

0 comments on commit 00eaafd

Please sign in to comment.