From baceccb33bf31c2c73a3eb769696ab6092d188f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:21:49 +0000 Subject: [PATCH] build(deps): bump ntex from 2.0.1 to 2.0.2 Bumps [ntex](https://github.com/ntex-rs/ntex) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/ntex-rs/ntex/releases) - [Commits](https://github.com/ntex-rs/ntex/compare/ntex-v2.0.1...ntex-v2.0.2) --- updated-dependencies: - dependency-name: ntex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d46a74..2511e10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1231,9 +1231,9 @@ dependencies = [ [[package]] name = "ntex" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d088df90e0dd67ffd12e267281edfddb9277f6d91a861541f1b4d826c2fea32" +checksum = "b1923ef67a73fdac6048153d5099d159cc6b97874740385e72b29928bb7375a3" dependencies = [ "base64", "bitflags 2.5.0",