Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ancwrd1 committed Mar 22, 2024
1 parent b965f84 commit 15d27e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ http = "1"
serde = { version = "1", optional = true, features = ["derive"] }
ureq = { version = "2", default-features = false, optional = true }
native-tls = { version = "0.2", optional = true }
base64 = { version = "0.21", optional = true }
base64 = { version = "0.22", optional = true }

[dependencies.futures-util]
version = "0.3"
Expand All @@ -34,7 +34,7 @@ default-features = false
features = ["io"]

[dependencies.reqwest]
version = "0.11"
version = "0.12"
optional = true
default-features = false
features = ["stream"]
Expand Down

0 comments on commit 15d27e3

Please sign in to comment.