Skip to content

Commit

Permalink
chore(deps): only support serde upto 1.0.171
Browse files Browse the repository at this point in the history
Signed-off-by: Saurav Sharma <[email protected]>
  • Loading branch information
iamsauravsharma committed Aug 20, 2023
1 parent 654ebad commit 91f8449
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 @@ -16,7 +16,7 @@ async-trait = "0.1.68"
reqwest = { version = "0.11.18", default-features = false, optional = true, features = [
"rustls-tls",
] }
serde = { version = "1.0.163", features = ["derive"] }
serde = { version = ">=1.0.0, <=1.0.171", features = ["derive"] }
serde_json = "1.0.96"
thiserror = "1.0.40"

Expand Down

0 comments on commit 91f8449

Please sign in to comment.