Skip to content

Commit

Permalink
update deps (especially reqwest)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Aug 9, 2024
1 parent 35e5fed commit 4356ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ async-trait = "0.1.51"
byteorder = "1.4.2"
bytes = "1.0.1"
read-logger = "0.2.0"
reqwest = { version = "0.11.0", default-features = false, features = ["default-tls"], optional = true }
reqwest = { version = "0.12.5", default-features = false, features = ["default-tls"], optional = true }
thiserror = "1.0"
ureq = { version = "2.7.1", optional = true }

[dev-dependencies]
env_logger = "0.10.0"
env_logger = "0.11.5"
tokio = { version = "1.0.2", default-features = false, features = ["rt-multi-thread", "macros"] }

[package.metadata.docs.rs]
Expand Down

0 comments on commit 4356ef4

Please sign in to comment.