Skip to content

Commit 771f476

Browse files
chore(deps): Bump num_enum from 0.6.1 to 0.7.0 (#18238)
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.6.1 to 0.7.0. - [Commits](https://github.com/illicitonion/num_enum/commits) --- updated-dependencies: - dependency-name: num_enum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69621bd commit 771f476

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/prometheus-parser/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MPL-2.0"
1111
[dependencies]
1212
indexmap = "~2.0.0"
1313
nom = "7.1.3"
14-
num_enum = "0.6.1"
14+
num_enum = "0.7.0"
1515
prost = "0.11"
1616
prost-types = "0.11"
1717
snafu = { version = "0.7" }

0 commit comments

Comments
 (0)