Skip to content

Commit

Permalink
Merge pull request #83 from Bloom-Perf:renovate/serde-monorepo
Browse files Browse the repository at this point in the history
⬆️ Update Rust crate serde to v1.0.215
  • Loading branch information
be-next authored Nov 12, 2024
2 parents 5f6553b + 3ab670d commit 8588f88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
tokio = { version = "1.37.0", features = ["full"] }
reqwest = { version = "0.12.3", features = ["json"] }
serde = { version = "1.0.198", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
serde_yaml = "0.9.32"
axum = { version = "0.7.5", features = ["macros"] }
Expand Down

0 comments on commit 8588f88

Please sign in to comment.