Skip to content

Commit 3730419

Browse files
committed
Bump prometheus and pretty-assertions versions
1 parent 05d5674 commit 3730419

File tree

3 files changed

+30
-28
lines changed

3 files changed

+30
-28
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## v0.15.1
44

55
- Remove FreeBSD 11.4 from CI configuration as its no longer supported
6+
- Update to [prometheus] 0.13.0
7+
- Update to [pretty-assertions] 1.0
68

79
## v0.15.0
810

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ version = "0.3"
9292
default-features = false
9393

9494
[dependencies.prometheus]
95-
version = "0.12.0"
95+
version = "0.13.0"
9696
default-features = false
9797

9898
[dependencies.rand]
@@ -120,7 +120,7 @@ rustc_version = "0.4"
120120
actix-rt = "2.0"
121121
indoc = "1.0"
122122
lazy_static = "1.4"
123-
pretty_assertions = "0.7"
123+
pretty_assertions = "1.0"
124124

125125
[dev-dependencies.users]
126126
version = "0.11"

0 commit comments

Comments
 (0)