Skip to content

Commit

Permalink
Update Rust crate serde_json to v1.0.135
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 227dc9d commit 84d4a87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ actix-web = "4.9.0"
actix-rt = "2.10.0"
serde = {version = "1.0.216", features = ["derive"]}
serde_json = "1.0.115"
tokio = {version = "1.42.0", features = ["full", "tracing"]}
tokio-util = "0.7.13"
tokio = {version = "1.42.0", features = ["full"]}
chrono = {version = "0.4.39", features = ["serde"]}
sqlx = {version = "0.8.2", features = ["postgres", "runtime-tokio", "chrono", "uuid", "macros", "json"]}
uuid = { version = "1.11.0", features = ["serde", "v4"] }
dotenv = "0.15.0"
env_logger = "0.11.5"
log = "0.4.22"
time = "0.3.37"
time = "0.3.37"

0 comments on commit 84d4a87

Please sign in to comment.