Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
damszew committed Jun 28, 2024
1 parent e7f5a39 commit aa2c4b2
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 @@ -43,7 +43,7 @@ bytes = "1"
chrono = { version = "0.4", features = ["serde"] }
crossbeam-channel = { version = "0.5", optional = true }
derive_more = "0.99"
diesel = { version = "2.1", features = ["chrono", "r2d2"], optional = true }
diesel = { version = "2.2", features = ["chrono", "r2d2"], optional = true }
diesel-derive-newtype = { version = "2.1", optional = true }
dotenv = "0.15"
futures = "0.3"
Expand All @@ -63,12 +63,12 @@ validator_derive = "0.18"
weighted-rs = { version = "0.1", optional = true }
colored = "2.1"

tracing-actix-web = { version = "0.7.10", optional = true }
tracing-actix-web = { version = "0.7.11", optional = true }
tracing = { version = "0.1.40", features = ["log"], optional = true }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log"], optional = true }
tracing-bunyan-formatter = { version = "0.3", optional = true }

metrics = { version = "0.22.3", optional = true }
metrics-exporter-prometheus = { version = "0.14.0", optional = true }
lazy_static = { version = "1.4.0", optional = true }
metrics = { version = "0.23.0", optional = true }
metrics-exporter-prometheus = { version = "0.15.1", optional = true }
lazy_static = { version = "1.5.0", optional = true }
futures-util = { version = "0.3.30", optional = true }

0 comments on commit aa2c4b2

Please sign in to comment.