Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
syrflover committed Aug 3, 2024
1 parent 23e66ed commit 9000c04
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 @@ -6,14 +6,14 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytes = "1.4"
bytes = "1.7"
chrono = { version = "0.4", features = [
"std",
"serde",
], default-features = false }
either = { version = "1.8", features = ["serde"] }
itertools = "0.10"
reqwest = "0.11"
either = { version = "1.13", features = ["serde"] }
itertools = "0.13"
reqwest = "0.12"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tap = "1.0"
Expand All @@ -22,5 +22,5 @@ tracing = "0.1"

[dev-dependencies]
futures = "0.3"
tokio = { version = "1.27", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3"

0 comments on commit 9000c04

Please sign in to comment.