Skip to content

Commit f6e5484

Browse files
chore(deps): bump the ntex group across 1 directory with 4 updates
Bumps the ntex group with 4 updates in the / directory: [ntex](https://github.com/ntex-rs/ntex), [ntex-bytes](https://github.com/ntex-rs/ntex), [ntex-h2](https://github.com/ntex-rs/ntex-h2) and [ntex-rt](https://github.com/ntex-rs/ntex). Updates `ntex` from 3.10.0 to 3.10.1 - [Release notes](https://github.com/ntex-rs/ntex/releases) - [Commits](ntex-rs/ntex@ntex-v3.10.0...ntex-v3.10.1) Updates `ntex-bytes` from 1.7.6 to 1.9.0 - [Release notes](https://github.com/ntex-rs/ntex/releases) - [Commits](https://github.com/ntex-rs/ntex/commits/bytes-v1.9.0) Updates `ntex-h2` from 3.12.0 to 3.12.1 - [Release notes](https://github.com/ntex-rs/ntex-h2/releases) - [Changelog](https://github.com/ntex-rs/ntex-h2/blob/main/CHANGELOG.md) - [Commits](ntex-rs/ntex-h2@v3.12.0...v3.12.1) Updates `ntex-rt` from 3.15.4 to 3.15.7 - [Release notes](https://github.com/ntex-rs/ntex/releases) - [Commits](ntex-rs/ntex@rt-v3.15.4...rt-v3.15.7) --- updated-dependencies: - dependency-name: ntex dependency-version: 3.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ntex - dependency-name: ntex-bytes dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ntex - dependency-name: ntex-h2 dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ntex - dependency-name: ntex-rt dependency-version: 3.15.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ntex ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 639a212 commit f6e5484

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ tokio-util = { version = "0.7.16" }
5353
tokio-stream = { version = "0.1.17" }
5454
rand = "0.10.1"
5555
jsonwebtoken = { version = "10.4.0", features = ["rust_crypto"] }
56-
ntex = { version = "=3.10.0", features = ["tokio", "rustls"] }
56+
ntex = { version = "=3.10.1", features = ["tokio", "rustls"] }
5757
ntex-http = { version = "=1.2.0"}
5858
ntex-codec = { version = "=1.2.1"}
5959
ntex-io = { version = "=3.13.1"}
6060
ntex-net = { version = "=3.13.0"}
6161
ntex-router = { version = "=1.0.0"}
62-
ntex-bytes = { version = "=1.7.6"}
62+
ntex-bytes = { version = "=1.9.0"}
6363
ntex-dispatcher = { version = "=3.2.1"}
6464
ntex-error = { version = "=2.3.0" }
65-
ntex-h2 = { version = "=3.12.0" }
66-
ntex-rt = { version = "=3.15.4" }
65+
ntex-h2 = { version = "=3.12.1" }
66+
ntex-rt = { version = "=3.15.7" }
6767
ntex-macros = { version = "=3.3.0" }
6868
ntex-server = { version = "=3.10.4" }
6969
ntex-service = { version = "=4.6.0" }

0 commit comments

Comments
 (0)