From 02c5b3dfc6e20d2aebbe4b193a3e1da802ff89e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 13:32:27 +0200 Subject: [PATCH] build(deps): bump ntex from 2.0.1 to 2.0.3 (#170) Bumps [ntex](https://github.com/ntex-rs/ntex) from 2.0.1 to 2.0.3. - [Release notes](https://github.com/ntex-rs/ntex/releases) - [Commits](https://github.com/ntex-rs/ntex/compare/ntex-v2.0.1...ntex-v2.0.3) --- updated-dependencies: - dependency-name: ntex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8b22cb..7baf416 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1231,9 +1231,9 @@ dependencies = [ [[package]] name = "ntex" -version = "2.0.1" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d088df90e0dd67ffd12e267281edfddb9277f6d91a861541f1b4d826c2fea32" +checksum = "d7e294048bb36df432ea5fb3bb236445fbcba8de413b535463c0634ee4cb96bf" dependencies = [ "base64", "bitflags 2.5.0", @@ -1428,9 +1428,9 @@ dependencies = [ [[package]] name = "ntex-server" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "817bfb341cb76871ae84521465f353e5ed8db7d72b01cf4e3c1fbe2c01a4a63a" +checksum = "4e04e83107d59c667ab49d7fff5bcbf7b144ff778a41fd94f68c5aea5485069e" dependencies = [ "async-broadcast", "async-channel 2.3.1",