From 5f21f6ced0b0ea6c93c15adb8ad3aa2116c513e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:47:22 +0000 Subject: [PATCH] Bump http_parser from 4.1.0 to 4.1.1 Bumps [http_parser](https://github.com/dart-lang/http/tree/master/pkgs) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/http_parser-v4.1.1/pkgs) --- updated-dependencies: - dependency-name: http_parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index dff072b5a9..f34b9daa11 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -154,10 +154,10 @@ packages: dependency: "direct main" description: name: http_parser - sha256: "40f592dd352890c3b60fec1b68e786cefb9603e05ff303dbc4dda49b304ecdf4" + sha256: "76d306a1c3afb33fe82e2bbacad62a61f409b5634c915fceb0d799de1a913360" url: "https://pub.dev" source: hosted - version: "4.1.0" + version: "4.1.1" io: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index bd5fb0dcc0..3f44e9049c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: graphs: ^2.3.1 http: ^1.1.2 http_multi_server: ^3.2.1 - http_parser: ^4.0.2 + http_parser: ^4.1.1 meta: ^1.11.0 path: ^1.9.0 pool: ^1.5.1