Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2023
1 parent 1406c08 commit f696e7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.6.0"
num_enum = "0.6.1"
prost = "0.11"
prost-types = "0.11"
snafu = { version = "0.7" }
Expand Down

0 comments on commit f696e7b

Please sign in to comment.