Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent e29a83d commit b4ae427
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ categories = []
members = ["crates/*"]

[workspace.dependencies]
tokio = { version = "1.42.0" }
tokio = { version = "1.43.0" }
tokio-util = { version = "0.7.13" }
serde = { version = "1.0.217", features = ["derive"] }
json5 = "0.4.1"
nom = "7.1.3"
serde_json = "1.0.134"
serde_json = "1.0.135"
serde_qs = "0.13.0"
thiserror = "2.0.9"
thiserror = "2.0.10"
chrono = { version = "0.4.39", features = ["serde"] }
sqlx = { version = "0.8.3", features = [
"chrono",
Expand Down Expand Up @@ -73,24 +73,24 @@ futures = "0.3.31"
getset = "0.1.3"
num_cpus = "1.16.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
serde_json = "1.0.135"
sqlx = { version = "0.8.3", features = [
"postgres",
"json",
"chrono",
"macros",
"runtime-tokio",
], default-features = false }
thiserror = "2.0.9"
thiserror = "2.0.10"
tracing = "0.1.41"
tokio = { version = "1.42.0", features = ["macros", "signal"] }
tokio = { version = "1.43.0", features = ["macros", "signal"] }
rand = "0.8.5"
hex = "0.4.3"
cfg-if = "1.0.0"
indoc = "2.0.5"
derive_builder = "0.20.2"

[dev-dependencies]
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
uuid = { version = "1.11.0", features = ["v7"] }

0 comments on commit b4ae427

Please sign in to comment.