Skip to content

Commit 25ffe09

Browse files
authored
Update dependencies (#172)
1 parent c8ddae4 commit 25ffe09

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010
chrono = { version = "0.4.11", features = ["serde"] }
1111
futures = "0.3.4"
1212
influxdb = { path = "../influxdb", features = ["derive"] }
13-
tokio = { version = "0.2.22", features = ["macros", "rt-threaded", "sync"] }
13+
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread", "sync"] }
1414

1515
[[bench]]
1616
name = "client"

influxdb/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ required-features = ["chrono"]
2424
[dependencies]
2525
chrono = { version = "0.4.23", features = ["serde"], default-features = false, optional = true }
2626
futures-util = "0.3.17"
27-
http = "0.2.4"
27+
http = "1.3.1"
2828
influxdb_derive = { version = "0.5.1", optional = true }
2929
lazy-regex = "3.1"
30-
reqwest = { version = "0.11.4", default-features = false }
30+
reqwest = { version = "0.12.23", default-features = false }
3131
serde = { version = "1.0.186", optional = true }
3232
serde_derive = { version = "1.0.186", optional = true }
3333
serde_json = { version = "1.0.48", optional = true }
3434
surf = { version = "2.2.0", default-features = false, optional = true }
35-
thiserror = "1.0"
35+
thiserror = "2.0.16"
3636
time = { version = "0.3.39", optional = true }
3737

3838
[features]
@@ -50,5 +50,5 @@ time = ["dep:time"]
5050
chrono = ["dep:chrono"]
5151

5252
[dev-dependencies]
53-
indoc = "1.0"
53+
indoc = "2.0.6"
5454
tokio = { version = "1.7", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)