Skip to content

Commit

Permalink
Update serde monorepo to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 40034e8 commit 989634a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"

[dependencies]
reqwest = { version = "0.12.4", features = ["stream"] }
serde = "1.0.198"
serde_derive = "1.0.198"
serde = "1.0.200"
serde_derive = "1.0.200"
serde_json = "1.0.116"
async-trait = "0.1.80"
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }
Expand Down

0 comments on commit 989634a

Please sign in to comment.