diff --git a/Cargo.lock b/Cargo.lock index 8896ef3..9e3a008 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -738,9 +738,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "percent-encoding" diff --git a/Cargo.toml b/Cargo.toml index f155c25..a20587c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ features = ["serde-serialize"] [dev-dependencies] anyhow = "1.0.76" port_check = "0.1.5" -once_cell = "1.18.0" +once_cell = "1.19.0" libc = "0.2.151" indoc = "2.0.4" headless_chrome = "1.0.8"