From 5fbaac4fadeee85620fb9a8510c62721f6c1930a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 19:46:50 +0000 Subject: [PATCH] Update etherparse requirement from 0.14.2 to 0.15.0 Updates the requirements on [etherparse](https://github.com/JulianSchmid/etherparse) to permit the latest version. - [Release notes](https://github.com/JulianSchmid/etherparse/releases) - [Changelog](https://github.com/JulianSchmid/etherparse/blob/master/changelog.md) - [Commits](https://github.com/JulianSchmid/etherparse/compare/v0.14.2...v0.15.0) --- updated-dependencies: - dependency-name: etherparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65e750e..9c3ca83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ lto = true strip = true [dependencies] -etherparse = "0.14.2" +etherparse = "0.15.0" chrono = { version = "0.4.31", default_features = false, features = ["clock"] } rusqlite = { version = "0.31.0", features = ["bundled"] }