Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.29/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.27...v0.14.29) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
585 B
TOML
19 lines
585 B
TOML
[package]
|
|
name = "protomask-metrics"
|
|
version = "0.1.0"
|
|
authors = ["Evan Pratten <ewpratten@gmail.com>"]
|
|
edition = "2021"
|
|
description = "Internal metrics library used by protomask"
|
|
readme = "README.md"
|
|
homepage = "https://github.com/ewpratten/protomask/tree/master/libs/protomask-metrics"
|
|
documentation = "https://docs.rs/protomask-metrics"
|
|
repository = "https://github.com/ewpratten/protomask"
|
|
license = "GPL-3.0"
|
|
keywords = []
|
|
categories = []
|
|
|
|
[dependencies]
|
|
hyper = { version = "1.3.1", features = ["server", "http1", "tcp"] }
|
|
log = "^0.4"
|
|
prometheus = "0.13.3"
|
|
lazy_static = "1.4.0" |