Skip to content

Commit

Permalink
update hyper
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 9, 2024
1 parent 141e270 commit c00d826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ serde = { version = "1.0.195", features = ["derive"], optional = true }
serde_json = { version = "1.0.111", optional = true }
opentelemetry_api = { version = "0.20.0", features = ["testing"], optional = true }
rand = { version = "0.8.5", optional = true }
hyper = { version = "0.14.24", features = ["full"], optional = true }
tower = { version = "0.4", optional = true }
axum = { version = "0.7.3", optional = true }
pin-project-lite = { version = "0.2", optional = true }
futures-util = { version = "0.3", default_features = false, features = [], optional = true }
hyper = { version = "1.1.0", default-features = false, features = ["http1"], optional = true }

[dev-dependencies]
assert2 = "0.3"
Expand Down

0 comments on commit c00d826

Please sign in to comment.