Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jun 15, 2023
1 parent bd477b7 commit e0978bb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ ntex = { version = "0.7.0", features = ["tokio"] }
ntex-amqp = { path = "." }
ntex-amqp-codec = { path = "codec" }

ntex = { git = "https://github.com/ntex-rs/ntex.git", branch = "ntex-0.7" }
ntex-service = { git = "https://github.com/ntex-rs/ntex.git", branch = "ntex-0.7" }
ntex-util = { git = "https://github.com/ntex-rs/ntex.git", branch = "ntex-0.7" }
ntex-tls = { git = "https://github.com/ntex-rs/ntex.git", branch = "ntex-0.7" }
ntex-io = { git = "https://github.com/ntex-rs/ntex.git", branch = "ntex-0.7" }
ntex-connect = { git = "https://github.com/ntex-rs/ntex.git", branch = "ntex-0.7" }
ntex-tokio = { git = "https://github.com/ntex-rs/ntex.git", branch = "ntex-0.7" }
ntex-h2 = { git = "https://github.com/ntex-rs/ntex-h2.git", branch = "0-3" }
ntex = { git = "https://github.com/ntex-rs/ntex.git" }
ntex-service = { git = "https://github.com/ntex-rs/ntex.git" }
ntex-util = { git = "https://github.com/ntex-rs/ntex.git" }
ntex-tls = { git = "https://github.com/ntex-rs/ntex.git" }
ntex-io = { git = "https://github.com/ntex-rs/ntex.git" }
ntex-connect = { git = "https://github.com/ntex-rs/ntex.git" }
ntex-tokio = { git = "https://github.com/ntex-rs/ntex.git" }
ntex-h2 = { git = "https://github.com/ntex-rs/ntex-h2.git" }

0 comments on commit e0978bb

Please sign in to comment.