Skip to content

Commit

Permalink
chore(deps): Bump num_enum from 0.7.0 to 0.7.1 (vectordotdev#18975)
Browse files Browse the repository at this point in the history
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.7.0 to 0.7.1.
- [Commits](https://github.com/illicitonion/num_enum/commits)

---
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 Oct 30, 2023
1 parent 5e7ae83 commit c9b6d45
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 = "~2.0.2"
nom = "7.1.3"
num_enum = "0.7.0"
num_enum = "0.7.1"
prost = "0.12"
prost-types = "0.12"
snafu = { version = "0.7" }
Expand Down

0 comments on commit c9b6d45

Please sign in to comment.