From b10a31183be12d44292ed2540225058499a938b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 13:59:39 +0000 Subject: [PATCH] build(deps): update num_enum requirement from 0.5 to 0.6 Updates the requirements on [num_enum](https://github.com/illicitonion/num_enum) to permit the latest version. - [Release notes](https://github.com/illicitonion/num_enum/releases) - [Commits](https://github.com/illicitonion/num_enum/compare/0.5.0...0.6.0) --- updated-dependencies: - dependency-name: num_enum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aya-log-common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aya-log-common/Cargo.toml b/aya-log-common/Cargo.toml index 19c97fce..7413d8b7 100644 --- a/aya-log-common/Cargo.toml +++ b/aya-log-common/Cargo.toml @@ -15,7 +15,7 @@ userspace = [ "aya" ] [dependencies] aya = { path = "../aya", version = "0.11.0", optional=true } -num_enum = { version = "0.5", default-features = false } +num_enum = { version = "0.6", default-features = false } [lib] path = "src/lib.rs"