diff --git a/thirtyfour/Cargo.toml b/thirtyfour/Cargo.toml index c87a93c..e4c9b0c 100644 --- a/thirtyfour/Cargo.toml +++ b/thirtyfour/Cargo.toml @@ -46,7 +46,7 @@ futures-util = { version = "0.3.31", default-features = false, features = ["allo http = "1" indexmap = "2" libc = { version = "0.2", optional = true } -pastey = "0.1" +pastey = "0.2" selenium-manager = { path = "../selenium/rust", optional = true } serde = { version = "1.0.210", features = ["derive", "rc"] } serde_json = { version = "1.0.132", features = ["preserve_order"] }