diff --git a/Cargo.toml b/Cargo.toml index c749b28..6be184f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,9 +29,9 @@ thiserror = "1.0.62" fs-err = "2.11.0" tracing = { version = "0.1.40", features = ["attributes"] } data-url = { version = "0.3.1", optional = true } -bytes = "1.6.0" +bytes = "1.6.1" reqwest = { version = "0.12.5", default-features = false, features = ["cookies"], optional = true } -tokio = { version = "1.38.0", features = ["rt-multi-thread", "time", "macros"], optional = true } +tokio = { version = "1.38.1", features = ["rt-multi-thread", "time", "macros"], optional = true } backoff = { version = "0.4.0", features = ["tokio"], optional = true } governor = { version = "0.6.3", optional = true } xmltree = { version = "0.10.3", optional = true }