Skip to content

Commit

Permalink
Update http dep to v1 (#26)
Browse files Browse the repository at this point in the history
Also update reqwest dev-dependency to 0.12,
which is compatible with http 1.x.
  • Loading branch information
max-te authored Apr 2, 2024
1 parent 9ecded1 commit 01c4fb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [x.x.x] - Unreleased
- Update `http` to 1.x

## [0.7.0] - 2023-12-19
### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ path = "examples/embark-basic.rs"

[dependencies]
data-encoding = "2.4"
http = "0.2"
http = "1"
jsonwebtoken = "9.2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand All @@ -41,7 +41,7 @@ rand = "0.8.5"
ring = "0.17.7"

[dev-dependencies.reqwest]
version = "0.11.22"
version = "0.12.1"
features = ["rustls-tls"]
default-features = false

Expand Down

0 comments on commit 01c4fb5

Please sign in to comment.