Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert pinning change
Browse files Browse the repository at this point in the history
dougch committed Dec 18, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 68f352c commit 6bbfff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/rust/standard/s2n-tls-hyper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@ publish = false
default = []

[dependencies]
s2n-tls = { version = "=0.3", path = "../../s2n-tls" }
s2n-tls-tokio = { version = "=0.3", path = "../../s2n-tls-tokio" }
s2n-tls = { version = "=0.3.9", path = "../../s2n-tls" }
s2n-tls-tokio = { version = "=0.3.9", path = "../../s2n-tls-tokio" }
hyper = { version = "1" }
hyper-util = { version = "0.1", features = ["client-legacy", "tokio", "http1", "http2"] }
tower-service = { version = "0.3" }

0 comments on commit 6bbfff9

Please sign in to comment.