Skip to content

Commit

Permalink
🦄 refactor: Change hyper to axum
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiyu1998 committed Jan 25, 2024
1 parent 8fc6889 commit c56dd70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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
2 changes: 1 addition & 1 deletion confs/online/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 = "0.1.2"
Expand Down

0 comments on commit c56dd70

Please sign in to comment.