Skip to content

Commit

Permalink
Update to reqwest 0.12.2
Browse files Browse the repository at this point in the history
reqwest 0.12.0 integrates hyper 1.0.0.
  • Loading branch information
zaeleus committed Apr 4, 2024
1 parent c29a697 commit 0559afd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ indexmap = "2.0.0"
libdeflater = "1.19.0"
memchr = "2.3.3"
percent-encoding = "2.1.0"
reqwest = { version = "0.11.9", default-features = false, features = ["json", "rustls-tls", "stream"] }
reqwest = { version = "0.12.2", default-features = false, features = ["json", "rustls-tls", "stream"] }
serde = { version = "1.0.136", features = ["derive"] }
tokio = "1.10.0"
url = "2.2.2"
6 changes: 6 additions & 0 deletions noodles-htsget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Changed

* refget: Update to reqwest 0.12.2.

## 0.4.0 - 2024-01-25

### Changed
Expand Down
6 changes: 6 additions & 0 deletions noodles-refget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Changed

* refget: Update to reqwest 0.12.2.

## 0.3.0 - 2024-01-25

### Changed
Expand Down

0 comments on commit 0559afd

Please sign in to comment.