aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-13 08:53:41 -0500
committerGitHub <noreply@github.com>2021-03-13 08:53:41 -0500
commit1b9271eda2d5bc2d343606c7b9550be76f1cf1fc (patch)
tree684177485685cc30c45dfe41b4e9fd14cd494cbf /Cargo.toml
parentd2729a28c6ee71b383fc1f99d5759685acbd72aa (diff)
downloadxesite-1b9271eda2d5bc2d343606c7b9550be76f1cf1fc.tar.xz
xesite-1b9271eda2d5bc2d343606c7b9550be76f1cf1fc.zip
build(deps): bump prometheus from 0.11.0 to 0.12.0 (#339)
Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/tikv/rust-prometheus/releases) - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](https://github.com/tikv/rust-prometheus/compare/v0.11.0...v0.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 63a99fd..f45dcf0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ kankyo = "0.3"
lazy_static = "1.4"
log = "0.4"
mime = "0.3.0"
-prometheus = { version = "0.11", default-features = false, features = ["process"] }
+prometheus = { version = "0.12", default-features = false, features = ["process"] }
rand = "0"
reqwest = { version = "0.11", features = ["json"] }
serde_dhall = "0.10.0"