mirror of
https://codeberg.org/icewind/prometheus-edge-detector.git
synced 2026-06-04 01:44:05 +02:00
tokio 1.0
This commit is contained in:
parent
5a566f0197
commit
812e0e051a
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "prometheus-edge-detector"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
description = "Find the most recent rising or dropping edge from a prometheus query"
|
||||
|
|
@ -8,14 +8,14 @@ license = "MIT OR Apache-2.0"
|
|||
repository = "https://github.com/icewind1991/prometheus-edge-detector"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "0.2.4", features = ["time"] }
|
||||
tokio = { version = "1.0", features = ["time"] }
|
||||
err-derive = "0.2.1"
|
||||
futures-util = "0.3.1"
|
||||
reqwest = { version = "0.10.0", default-features = false, features = ["json"]}
|
||||
reqwest = { version = "0.11.0", default-features = false, features = ["json"]}
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "0.2.4", features = ["macros"] }
|
||||
tokio = { version = "1.0", features = ["macros"] }
|
||||
main_error = "0.1.0"
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue