diff --git a/Cargo.lock b/Cargo.lock index fb59095..40a79b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1709,9 +1709,9 @@ dependencies = [ [[package]] name = "prometheus" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39" +checksum = "45c8babc29389186697fe5a2a4859d697825496b83db5d0b65271cdc0488e88c" dependencies = [ "cfg-if 1.0.0", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 8534664..97bce81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ diesel_migrations = "1.4.0" itertools = "0.10.1" log = "0.4.14" once_cell = "1.14.0" -prometheus = { version = "0.13.1", features = ["process"], default-features = false } +prometheus = { version = "0.13.2", features = ["process"], default-features = false } pulldown-cmark = { version = "0.9.2", default-features = false } rand = "0.8.3" reqwest = { version = "0.11.11", features = ["json"] }