aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-01 07:09:30 -0400
committerGitHub <noreply@github.com>2020-09-01 07:09:30 -0400
commit39e0417b6f19b153a4c211392054f8197b107d7d (patch)
treeaa92f1a4e047a7525d363a7cb69a3088dd491224 /Cargo.toml
parent9496aacc039a0a58fbcb38e9215c1888184d43c5 (diff)
downloadxesite-39e0417b6f19b153a4c211392054f8197b107d7d.tar.xz
xesite-39e0417b6f19b153a4c211392054f8197b107d7d.zip
build(deps): bump prometheus from 0.9.0 to 0.10.0 (#201)
Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.9.0 to 0.10.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.9.0...v0.10.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 e8971fe..a3a36c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ lazy_static = "1.4"
log = "0.4"
mime = "0.3.0"
pretty_env_logger = "0"
-prometheus = { version = "0.9", default-features = false, features = ["process"] }
+prometheus = { version = "0.10", default-features = false, features = ["process"] }
rand = "0"
serde_dhall = "0.6.0"
serde = { version = "1", features = ["derive"] }