Skip to content

Commit

Permalink
Update num_enum requirement from 0.6 to 0.7
Browse files Browse the repository at this point in the history
Updates the requirements on [num_enum](https://github.com/illicitonion/num_enum) to permit the latest version.
- [Commits](https://github.com/illicitonion/num_enum/commits)

---
updated-dependencies:
- dependency-name: num_enum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 14, 2023
1 parent 7009506 commit aa488c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = "0.1"
bincode = "1"
futures = "0.3"
ipnet = { version = "2", features = ["serde"] }
num_enum = "0.6"
num_enum = "0.7"
quinn = "0.10"
semver = "1"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit aa488c5

Please sign in to comment.