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 Oct 22, 2024
1 parent cd6b02d commit 08c6b36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ categories = []
members = ["crates/*"]

[workspace.dependencies]
tokio = { version = "1.40.0" }
tokio = { version = "1.41.0" }
tokio-util = { version = "0.7.12" }
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.211", features = ["derive"] }
json5 = "0.4.1"
nom = "7.1.3"
serde_json = "1.0.132"
Expand Down Expand Up @@ -72,7 +72,7 @@ chrono = { version = "0.4.38", features = ["serde"] }
futures = "0.3.31"
getset = "0.1.3"
num_cpus = "1.16.0"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.211", features = ["derive"] }
serde_json = "1.0.132"
sqlx = { version = "0.8.2", features = [
"postgres",
Expand All @@ -83,14 +83,14 @@ sqlx = { version = "0.8.2", features = [
], default-features = false }
thiserror = "1.0.64"
tracing = "0.1.40"
tokio = { version = "1.40.0", features = ["macros", "signal"] }
tokio = { version = "1.41.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.40.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
uuid = { version = "1.11.0", features = ["v7"] }

0 comments on commit 08c6b36

Please sign in to comment.