Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
david-perez committed Nov 12, 2024
1 parent 0d7a005 commit d0bc4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pokemon-service-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ assert_cmd = "2.0"
serial_test = "3.1.1"

# These dependencies are only required for testing the `pokemon-service-tls` program.
hyper-rustls = { version = "0.27", features = ["http2"] }
hyper-tls = { version = "0.6" }
hyper-rustls = { version = "0.24", features = ["http2"] }
hyper-tls = { version = "0.5" }

# Local paths
aws-smithy-http = { path = "../../rust-runtime/aws-smithy-http/" }
Expand Down

0 comments on commit d0bc4e3

Please sign in to comment.