Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
fix(deps): update serde crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent aa9a58f commit 187c9b0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ anyhow = "1.0.89"
actix-web = "4.5.1"
actix-web-validator = "5.0.1"
cargo_metadata = "0.18.1"
csv = "1.3.0"
csv = "1.3.1"
deadpool = { version = "0.9.5", features = ["rt_tokio_1"] }
diesel = { version = "2.1.5", features = ["postgres", "without-deprecated"] }
diesel-async = { version = "0.4.1", features = ["deadpool", "postgres"] }
Expand All @@ -44,8 +44,8 @@ log = "0.4.21"
paste = "1.0.15"
regex = "1.11.0"
rustc_version_runtime = "0.3.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde-this-or-that = "0.4.2"
serde_with = "3.11.0"
simple_logger = "4.3.3"
Expand Down

0 comments on commit 187c9b0

Please sign in to comment.