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] committed May 8, 2024
1 parent b485edc commit 04fe0fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ members = ["crates/*"]
[workspace.dependencies]
tokio = { version = "1.37.0" }
tokio-util = { version = "0.7.11" }
serde = { version = "1.0.200", features = ["derive"] }
serde = { version = "1.0.201", features = ["derive"] }
json5 = "0.4.1"
nom = "7.1.3"
serde_json = "1.0.116"
serde_json = "1.0.117"
serde_qs = "0.13.0"
thiserror = "1.0.60"
chrono = { version = "0.4.38", features = ["serde"] }
Expand Down Expand Up @@ -65,8 +65,8 @@ chrono = { version = "0.4.38", features = ["serde"] }
futures = "0.3.30"
getset = "0.1.2"
num_cpus = "1.16.0"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.117"
sqlx = { version = "0.7.4", features = ["postgres", "json", "chrono", "macros", "runtime-tokio"], default-features = false }
thiserror = "1.0.60"
tracing = "0.1.40"
Expand Down

0 comments on commit 04fe0fe

Please sign in to comment.