Skip to content

Commit 9c2d88d

Browse files
build(deps): bump tokio from 1.43.0 to 1.43.1 (#88)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d9252e commit 9c2d88d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ http = "0.2"
1111
hyper = { version = "0.14", features = ["tcp", "server", "client", "http1", "http2"] }
1212
hyper-rustls = { version = "0.24", default-features = false, features = ["webpki-tokio", "http1", "http2"] }
1313
hyper-trust-dns = { version = "0.5", default-features = false }
14-
tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "signal"] }
14+
tokio = { version = "1.43", features = ["rt-multi-thread", "macros", "signal"] }
1515
tokio-util = { version = "0.7.8", default-features = false, features = ["time"] }
1616
tracing = "0.1"
1717
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
@@ -24,7 +24,7 @@ metrics-util = { version = "0.15", optional = true }
2424
lazy_static = { version = "1.4", optional = true }
2525

2626
[dev-dependencies]
27-
tokio = { version = "1.0", features = ["test-util"] }
27+
tokio = { version = "1.43", features = ["test-util"] }
2828

2929
[features]
3030
expose-metrics = ["metrics", "metrics-exporter-prometheus", "metrics-util", "lazy_static"]

0 commit comments

Comments
 (0)