diff --git a/Cargo.lock b/Cargo.lock index 29bd576..2d4655a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1533,7 +1533,7 @@ dependencies = [ "serde_json", "serde_urlencoded", "smallvec", - "sync_wrapper", + "sync_wrapper 1.0.1", "thiserror", "tokio", "tokio-util", @@ -1682,9 +1682,9 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "reqwest" -version = "0.11.23" +version = "0.11.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" +checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" dependencies = [ "base64 0.21.7", "bytes", @@ -1709,6 +1709,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", + "sync_wrapper 0.1.2", "system-configuration", "tokio", "tokio-rustls", @@ -2351,6 +2352,12 @@ dependencies = [ "unicode-ident", ] +[[package]] +name = "sync_wrapper" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" + [[package]] name = "sync_wrapper" version = "1.0.1" diff --git a/Cargo.toml b/Cargo.toml index 70990fc..003de18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ reqwest = { features = [ "multipart", "json", "rustls-tls-webpki-roots", -], version = "=0.11.23", default-features = false } +], version = "=0.11.26", default-features = false } url = "2.5.0" chrono = { version = "0.4.31", features = ["serde"] } regex = "1.10.2"