Skip to content

Commit

Permalink
build(deps): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 5, 2024
1 parent 59fdccf commit 43d15e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion llvm-bitstream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ llvm-bitcursor = { version = "0.0.3", path = "../llvm-bitcursor" }
llvm-support = { version = "0.0.3", path = "../llvm-support" }
log = "0.4"
num = "0.4"
num_enum = "0.6"
num_enum = "0.7"
thiserror = "1.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion llvm-mapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hashbrown = "0.14"
llvm-bitstream = { version = "0.0.3", path = "../llvm-bitstream" }
llvm-support = { version = "0.0.3", path = "../llvm-support" }
log = "0.4"
num_enum = "0.6"
num_enum = "0.7"
thiserror = "1.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion llvm-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ version = "0.0.3"
[dependencies]
paste = "1.0"
thiserror = "1.0"
num_enum = "0.6.0"
num_enum = "0.7.1"

0 comments on commit 43d15e7

Please sign in to comment.