Skip to content

Commit

Permalink
switch to rustls for influxdb
Browse files Browse the repository at this point in the history
  • Loading branch information
BRA1L0R committed Jul 25, 2023
1 parent 61d41c5 commit 884328b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hopper"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

[features]
Expand All @@ -16,7 +16,7 @@ netherite = "0.1.1"

async-trait = "0.1"
tokio = { version = "1.19", features = ["rt-multi-thread", "net", "macros", "io-util", "sync", "time", "signal"] }
influxdb2 = { version = "0.2" }
influxdb2 = { version = "0.2", default-features = false, features = ["rustls"] }
config = { version = "0.13", default-features = false, features = ["toml"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 884328b

Please sign in to comment.