Skip to content

Commit

Permalink
Merge pull request #84 from dtantsur/reqwest-12
Browse files Browse the repository at this point in the history
feat: update reqwest to 0.12
  • Loading branch information
dtantsur authored Oct 24, 2024
2 parents c728f68 + ff93a4e commit d027030
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ async-trait = "^0.1"
chrono = { version = "^0.4", features = ["serde"] }
dirs = "^4.0.0"
futures = { version = "^0.3", optional = true }
http = "^0.2"
http = "^1.0"
lazy_static = "^1.4"
log = "^0.4"
osauth-derive = { version = "^0.1.2" }
percent-encoding = "^2.2"
pin-project = "^1.0"
reqwest = { version = "^0.11", default-features = false, features = ["gzip", "json", "stream"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
serde_yaml = "^0.9"
Expand All @@ -43,6 +42,12 @@ take_mut = "^0.2"
tokio = { version = "^1.0", features = ["net", "sync"] }
url = { version = "^2.2", features = ["serde"] }

[dependencies.reqwest]

version = "^0.12"
default-features = false
features = ["gzip", "http2", "json", "stream"]

[dev-dependencies]

env_logger = "^0.9"
Expand Down

0 comments on commit d027030

Please sign in to comment.