-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feat/no-ref/free-up-disk-space-in-ci
- Loading branch information
Showing
21 changed files
with
166 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ntex" | ||
version = "0.7.5" | ||
version = "0.7.6" | ||
authors = ["ntex contributors <[email protected]>"] | ||
description = "Framework for composable network services" | ||
readme = "README.md" | ||
|
@@ -56,7 +56,7 @@ ntex-service = "1.2.6" | |
ntex-macros = "0.1.3" | ||
ntex-util = "0.3.2" | ||
ntex-bytes = "0.1.19" | ||
ntex-h2 = "0.3.2" | ||
ntex-h2 = "0.4.2" | ||
ntex-rt = "0.4.9" | ||
ntex-io = "0.3.4" | ||
ntex-tls = "0.3.1" | ||
|
@@ -67,7 +67,7 @@ ntex-async-std = { version = "0.3.0", optional = true } | |
async-oneshot = "0.5.0" | ||
async-channel = "1.8.0" | ||
base64 = "0.21" | ||
bitflags = "1.3" | ||
bitflags = "2.4" | ||
log = "0.4" | ||
num_cpus = "1.13" | ||
nanorand = { version = "0.7.0", default-features = false, features = ["std", "wyrand"] } | ||
|
Oops, something went wrong.