Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent d43b2f1 commit 6b12381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tokio-util = { version = "0.7.12" }
serde = { version = "1.0.210", features = ["derive"] }
json5 = "0.4.1"
nom = "7.1.3"
serde_json = "1.0.129"
serde_json = "1.0.130"
serde_qs = "0.13.0"
thiserror = "1.0.64"
chrono = { version = "0.4.38", features = ["serde"] }
Expand All @@ -34,7 +34,7 @@ sqlx = { version = "0.8.2", features = [
getset = "0.1.3"
tracing = "0.1.40"
once_cell = "1.20.2"
anyhow = "1.0.89"
anyhow = "1.0.90"
cfg-if = "1.0.0"
futures = "0.3.31"
syn = "2.0.79"
Expand Down Expand Up @@ -73,7 +73,7 @@ futures = "0.3.31"
getset = "0.1.3"
num_cpus = "1.16.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.129"
serde_json = "1.0.130"
sqlx = { version = "0.8.2", features = [
"postgres",
"json",
Expand Down

0 comments on commit 6b12381

Please sign in to comment.