From c858763105a08ef5b2ea87b39282743f7445b24e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 08:38:00 +0000 Subject: [PATCH] deps: update access_log_parser requirement from 0.8.0 to 0.9.0 Updates the requirements on [access_log_parser](https://github.com/dmikusa-pivotal/access_log_parser) to permit the latest version. - [Release notes](https://github.com/dmikusa-pivotal/access_log_parser/releases) - [Commits](https://github.com/dmikusa-pivotal/access_log_parser/compare/0.8.0...0.9.0) --- updated-dependencies: - dependency-name: access_log_parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- logger/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logger/Cargo.toml b/logger/Cargo.toml index 586f9eefb6..a5e3506862 100644 --- a/logger/Cargo.toml +++ b/logger/Cargo.toml @@ -18,7 +18,7 @@ time = { version = "0.3.31", features = ["local-offset", "formatting", "macros"] trillium = { path = "../trillium", version = "0.2.20" } [dev-dependencies] -access_log_parser = "0.8.0" +access_log_parser = "0.9.0" trillium-smol = { path = "../smol" } trillium-testing = { path = "../testing" } trillium-http = { path = "../http", features = ["http-compat"] }