Skip to content

Commit

Permalink
Updated Cargo deps
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Hansen <[email protected]>
  • Loading branch information
marvin-hansen committed Jan 29, 2025
1 parent 2ffc2a5 commit 94f03ef
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 @@ -128,14 +128,14 @@ service_utils = { version = "0.2" }
bytes = { version = "1.8" }
chrono = { version = "0.4.38", features = ["serde"] }
rust_decimal = { version = "1.36" }
futures = { version = "0.3.31" }
futures-util = {version = "0.3.31"}
futures = { version = "0.3" }
futures-util = { version = "0.3" }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json", "blocking", "gzip"] }
iggy = { version = "0.6" }
mimalloc = { version = "0.1" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
rustls = { version = "0.23", features = ["ring"] }
tokio = { version = "1.42", default-features = false, features = ["macros", "net", "rt-multi-thread", "signal", "time"] }
tokio-tungstenite = { version = "0.26.0", features = ["rustls-tls-webpki-roots"]}
tokio-tungstenite = { version = "0.26", features = ["rustls-tls-webpki-roots"] }
warp = { version = "0.3", default-features = false }

0 comments on commit 94f03ef

Please sign in to comment.