Skip to content

Commit

Permalink
fix: typo (#257)
Browse files Browse the repository at this point in the history
Co-authored-by: ruben <[email protected]>
  • Loading branch information
passchaos and Ruben2424 authored Aug 6, 2024
1 parent 6ffa4f6 commit 1af2235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions h3-webtransport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ edition = "2021"
bytes = "1"
futures-util = { version = "0.3", default-features = false }
http = "1"
pin-project-lite = { version = "0.2", default_features = false }
pin-project-lite = { version = "0.2", default-features = false }
tracing = "0.1.37"
tokio = { version = "1.28", default_features = false }
tokio = { version = "1.28", default-features = false }

[dependencies.h3]
version = "0.0.6"
Expand Down
2 changes: 1 addition & 1 deletion h3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bytes = "1"
futures-util = { version = "0.3", default-features = false, features = ["io"] }
http = "1"
tokio = { version = "1", features = ["sync"] }
pin-project-lite = { version = "0.2", default_features = false }
pin-project-lite = { version = "0.2", default-features = false }
tracing = {version = "0.1.40", optional = true}
fastrand = "2.0.1"

Expand Down

0 comments on commit 1af2235

Please sign in to comment.