diff --git a/Cargo.lock b/Cargo.lock index a20c2bb..e621bb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1352,9 +1352,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" dependencies = [ "either", ] @@ -1408,7 +1408,7 @@ dependencies = [ "base64 0.21.5", "js-sys", "pem 3.0.2", - "ring 0.17.5", + "ring 0.17.7", "serde", "serde_json", "simple_asn1", @@ -2587,7 +2587,7 @@ dependencies = [ "clap", "config", "dirs 5.0.1", - "itertools 0.11.0", + "itertools 0.12.0", "jsonwebtoken 9.2.0", "oauth2", "owo-colors", diff --git a/Cargo.toml b/Cargo.toml index 8f695c6..3fb2b0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ hmac = "0.12.1" http = "0.2.11" hyper = "0.14.27" hyper-rustls = "0.24.2" -itertools = "0.11.0" +itertools = "0.12.0" jsonwebtoken = "9.2.0" meilisearch-sdk = { version = "0.24.3", default-features = false, features = ["reqwest-rustls"] } md-5 = "0.10.6"