diff --git a/Cargo.toml b/Cargo.toml index 505f30f..d529a6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"