Skip to content

Commit fa3f99b

Browse files
Bump tokio from 1.35.1 to 1.36.0 in /quickwit (#4502)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.1 to 1.36.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.35.1...tokio-1.36.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17c0600 commit fa3f99b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

quickwit/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.

quickwit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ thousands = "0.2.0"
198198
tikv-jemalloc-ctl = "0.5"
199199
tikv-jemallocator = "0.5"
200200
time = { version = "0.3.17", features = ["std", "formatting", "macros"] }
201-
tokio = { version = "1.35", features = ["full"] }
201+
tokio = { version = "1.36", features = ["full"] }
202202
tokio-stream = { version = "0.1", features = ["sync"] }
203203
tokio-util = { version = "0.7", features = ["full"] }
204204
toml = "0.7.6"

0 commit comments

Comments
 (0)