Skip to content

Commit

Permalink
Update serde monorepo to v1.0.205
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 2197a26 commit 56841fc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ log = "0.4.21"
prometheus-client = "0.19.0"
rand = "0.8.5"
reqwest = {version = "0.11.14", features = ["json"]}
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0.152"
serde = { version = "1.0.200", features = ["derive"] }
serde_derive = "1.0.200"
serde_json = { version = "1.0.2" }
tokio = { version = "1.25.0", features = ["rt-multi-thread"] }
url = "2.3.1"

0 comments on commit 56841fc

Please sign in to comment.