diff --git a/Cargo.lock b/Cargo.lock index a9d217f..4e64e55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -729,9 +729,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.21" +version = "0.11.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78fdbab6a7e1d7b13cc8ff10197f47986b41c639300cc3c8158cac7847c9bbef" +checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" dependencies = [ "base64", "bytes", diff --git a/accounting/Cargo.toml b/accounting/Cargo.toml index 25df99e..c87ad60 100644 --- a/accounting/Cargo.toml +++ b/accounting/Cargo.toml @@ -19,5 +19,5 @@ serde_with = "^3.3.0" url = "^2.4.1" [dependencies.reqwest] -version = "^0.11.21" +version = "^0.11.22" features = ["json", "multipart"] diff --git a/hr/Cargo.toml b/hr/Cargo.toml index 9b6f560..2827c45 100644 --- a/hr/Cargo.toml +++ b/hr/Cargo.toml @@ -19,5 +19,5 @@ serde_with = "^3.3.0" url = "^2.4.1" [dependencies.reqwest] -version = "^0.11.21" +version = "^0.11.22" features = ["json", "multipart"]