Skip to content

Commit

Permalink
Merge pull request #94 from zuiyu1998/master
Browse files Browse the repository at this point in the history
Change hyper to axum.
  • Loading branch information
harlanc authored Jan 29, 2024
2 parents 2e84d18 + 9882046 commit bc21472
Show file tree
Hide file tree
Showing 10 changed files with 226 additions and 74 deletions.
209 changes: 182 additions & 27 deletions 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 confs/local/hls.Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ byteorder = "1.4.2"
bytes = "1.0.0"
failure = "0.1.1"
log = "0.4"
hyper = { version = "0.14", features = ["full"] }
axum = { version = "0.7.4" }
tokio-util = { version = "0.6.5", features = ["codec"] }

streamhub = { path = "../../library/streamhub/" }
Expand Down
2 changes: 1 addition & 1 deletion confs/local/httpflv.Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ byteorder = "1.4.2"
bytes = "1.0.0"
failure = "0.1.1"
log = "0.4"
hyper = { version = "0.14", features = ["full"] }
axum = { version = "0.7.4" }
futures = "0.3"

streamhub = { path = "../../library/streamhub/" }
Expand Down
2 changes: 1 addition & 1 deletion confs/online/hls.Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ byteorder = "1.4.2"
bytes = "1.0.0"
failure = "0.1.1"
log = "0.4"
hyper = { version = "0.14", features = ["full"] }
axum = { version = "0.7.4" }
tokio-util = { version = "0.6.5", features = ["codec"] }

streamhub = "0.1.2"
Expand Down
Loading

0 comments on commit bc21472

Please sign in to comment.