diff --git a/Cargo.lock b/Cargo.lock index e1fc085..31da23e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -793,9 +793,9 @@ dependencies = [ [[package]] name = "percent-encoding" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "phf" diff --git a/Cargo.toml b/Cargo.toml index 97fc701..dcb9573 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ graphql_client = { version = "0.13.0", features = ["reqwest"] } html-escape = { version = "0.2.13", default-features = false } html-minifier = { version = "4.0.0", default-features = false } log = { version = "0.4.20", features = [] } -percent-encoding = "2.3.0" +percent-encoding = "2.3.1" regex = "1.10.2" reqwest = "0.11.22" serde = { version = "1.0.193", features = ["derive"] }