Skip to content

Commit

Permalink
Unpin serde (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Aug 25, 2023
1 parent b11d2e5 commit 67b1542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "unkey"

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

[dependencies.reqwest]
Expand Down

0 comments on commit 67b1542

Please sign in to comment.