diff --git a/Cargo.lock b/Cargo.lock index 94d8a1bcd7e0..806b08b9ce03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7217,7 +7217,7 @@ version = "0.3.100" [[package]] name = "webdriver" -version = "0.52.0" +version = "0.52.1" dependencies = [ "base64 0.22.1", "bytes", diff --git a/testing/webdriver/Cargo.toml b/testing/webdriver/Cargo.toml index 9135cc44cac1..66a21ce48220 100644 --- a/testing/webdriver/Cargo.toml +++ b/testing/webdriver/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "webdriver" -version = "0.52.0" +version = "0.52.1" authors = ["Mozilla"] include = ["/src"] description = "Library implementing the wire protocol for the W3C WebDriver specification."