Skip to content

Commit abcca3e

Browse files
author
puetzp
committed
Bump time to v0.3.6 and this crate's version to v0.3.2
1 parent 3b71f8d commit abcca3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prometheus-http-query"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Peter Sebastian Pütz <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/puetzp/prometheus-http-query"
@@ -14,7 +14,7 @@ reqwest = { version = "0.11", features = ["json"] }
1414
serde = { version = "1", features = ["derive"] }
1515
serde_json = "1"
1616
url = "2.2"
17-
time = { version = "0.3.5", features = ["parsing", "macros"] }
17+
time = { version = "0.3.6", features = ["parsing", "macros"] }
1818

1919
[dev-dependencies]
2020
serde_test = "1"

0 commit comments

Comments
 (0)