Browse Source

Merge pull request #570 from aya-rs/dependabot/cargo/num_enum-0.6

build(deps): update num_enum requirement from 0.5 to 0.6
vadorovsky 1 year ago
parent
commit
fcc8a0d50d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aya-log-common/Cargo.toml

+ 1 - 1
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"