Skip to content

Commit

Permalink
chore(deps): bump num_enum from 0.5.11 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.11 to 0.6.0.
- [Release notes](https://github.com/illicitonion/num_enum/releases)
- [Commits](illicitonion/num_enum@0.5.11...0.6.0)

---
updated-dependencies:
- dependency-name: num_enum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 11, 2023
1 parent 887d6d7 commit cb787ec
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
27 changes: 24 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/prometheus-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MPL-2.0"
[dependencies]
indexmap = "~1.9.3"
nom = "7.1.3"
num_enum = "0.5.11"
num_enum = "0.6.0"
prost = "0.11"
prost-types = "0.11"
snafu = { version = "0.7" }
Expand Down

0 comments on commit cb787ec

Please sign in to comment.