File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repository = "https://github.com/influxdb-rs/influxdb-rust"
16
16
chrono = { version = " 0.4.23" , features = [" serde" ], default-features = false }
17
17
futures-util = " 0.3.17"
18
18
http = " 0.2.4"
19
- influxdb_derive = { version = " 0.5.0 " , optional = true }
19
+ influxdb_derive = { version = " 0.5.1 " , optional = true }
20
20
lazy_static = " 1.4.0"
21
21
regex = " 1.3.5"
22
22
reqwest = { version = " 0.11.4" , default-features = false , optional = true }
Original file line number Diff line number Diff line change 2
2
3
3
[package ]
4
4
name = " influxdb_derive"
5
- version = " 0.5.0 "
5
+ version = " 0.5.1 "
6
6
authors = [" Gero Gerke <11deutron11@gmail.com>" ]
7
7
edition = " 2018"
8
8
description = " Private implementation detail of the influxdb crate"
You can’t perform that action at this time.
0 commit comments