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"
1616chrono = { version = " 0.4.23" , features = [" serde" ], default-features = false }
1717futures-util = " 0.3.17"
1818http = " 0.2.4"
19- influxdb_derive = { version = " 0.5.0 " , optional = true }
19+ influxdb_derive = { version = " 0.5.1 " , optional = true }
2020lazy_static = " 1.4.0"
2121regex = " 1.3.5"
2222reqwest = { version = " 0.11.4" , default-features = false , optional = true }
Original file line number Diff line number Diff line change 22
33[package ]
44name = " influxdb_derive"
5- version = " 0.5.0 "
5+ version = " 0.5.1 "
66authors = [" Gero Gerke <11deutron11@gmail.com>" ]
77edition = " 2018"
88description = " Private implementation detail of the influxdb crate"
You can’t perform that action at this time.
0 commit comments