Skip to content

Commit

Permalink
chore(deps): bump tokio from 1.26.0 to 1.27.0 (#898)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.26.0...tokio-1.27.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2023
1 parent a9054b7 commit 9adbcf1
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 22 deletions.
11 changes: 5 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ serde_path_to_error = { version = "0.1.10" }
tempfile = { version = "3.4.0" }
testcontainers = { version = "0.14.0" }
testify = { path = "lib/testify" }
tokio = { version = "1.26.0", features = ["test-util", "time"] }
tokio = { version = "1.27.0", features = ["test-util", "time"] }

[dependencies]
# Workspaces
Expand Down Expand Up @@ -372,7 +372,7 @@ tikv-jemalloc-ctl = { version = "0.5.0", optional = true }
tikv-jemalloc-sys = { version = "0.5.3", optional = true, features = ["stats"] }

# Futrures & Tokio
tokio = { version = "1.26.0", features = ["time", "net", "signal", "fs", "rt-multi-thread", "io-util", "process"] }
tokio = { version = "1.27.0", features = ["time", "net", "signal", "fs", "rt-multi-thread", "io-util", "process"] }
tokio-stream = { version = "0.1.12", features = ["time", "net", "sync"] }
tokio-util = { version = "0.7.7", default-features = false, features = ["codec", "time", "net"] }
bytes = { version = "1.4.0", default-features = false, features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ prost = { version = "0.11.8", default-features = false }
serde = { version = "1.0.158", default-features = false, features = ["derive"] }
measurable = { path = "../measurable" }
thiserror = { version = "1.0.40" }
tokio = { version = "1.26.0", default-features = false, features = ["rt", "macros", "rt-multi-thread", "time", "fs", "io-util"] }
tokio = { version = "1.27.0", default-features = false, features = ["rt", "macros", "rt-multi-thread", "time", "fs", "io-util"] }
tokio-util = { version = "0.7.7", default-features = false }
tracing = { version = "0.1.37", default-features = false, features = ["attributes"] }

Expand Down
4 changes: 2 additions & 2 deletions lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default = []
syslog = ["syslog_loose"]

[dev-dependencies]
tokio = { version = "1.26.0", default-features = false, features = ["test-util", "macros"] }
tokio = { version = "1.27.0", default-features = false, features = ["test-util", "macros"] }
futures-util = { version = "0.3.27" }
serde_yaml = { version = "0.9.19" }
serde_path_to_error = { version = "0.1.10" }
Expand All @@ -25,7 +25,7 @@ log_schema = { path = "../log_schema" }
lookup = { path = "../lookup" }
memchr = { version = "2.5.0" }
serde_json = { version = "1.0.94", default-features = false }
tokio = { version = "1.26.0" }
tokio = { version = "1.27.0" }
tokio-util = { version = "0.7.7", default-features = false, features = ["codec"] }
tracing = { version = "0.1.37" }
serde = { version = "1.0.158", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/event/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ rand = { version = "0.8.5" }
serde = { version = "1.0.158", features = ["derive"] }
serde_json = { version = "1.0.94" }
measurable = { path = "../measurable" }
tokio = { version = "1.26.0", default-features = false, features = ["sync"] }
tokio = { version = "1.27.0", default-features = false, features = ["sync"] }
tracing = { version = "0.1.37", default-features = false }
2 changes: 1 addition & 1 deletion lib/finalize/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ crossbeam-utils = { version = "0.8.15", default-features = false }
futures = { version = "0.3.27" }
measurable = { path = "../measurable" }
pin-project-lite = { version = "0.2.9" }
tokio = { version = "1.26.0", default-features = false, features = ["sync", "macros"] }
tokio = { version = "1.27.0", default-features = false, features = ["sync", "macros"] }
tracing = { version = "0.1.37" }
4 changes: 2 additions & 2 deletions lib/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rand = { version = "0.8.5" }
rand_distr = { version = "0.4.3", default-features = false }
tempfile = { version = "3.4.0" }
testify = { path = "../testify" }
tokio = { version = "1.26.0", features = ["test-util"] }
tokio = { version = "1.27.0", features = ["test-util"] }
tokio-test = { version = "0.4.2" }
tower-test = { version = "0.4.0" }

Expand Down Expand Up @@ -78,7 +78,7 @@ snap = { version = "1.1.0", default-features = false }
socket2 = { version = "0.4.7", default-features = false }
syslog_loose = { version = "0.18.0", default-features = false }
thiserror = { version = "1.0.40" }
tokio = { version = "1.26.0", features = ["time", "net", "signal", "fs", "rt-multi-thread"] }
tokio = { version = "1.27.0", features = ["time", "net", "signal", "fs", "rt-multi-thread"] }
tokio-openssl = { version = "0.6.3", default-features = false }
tokio-stream = { version = "0.1.12", features = ["time", "net"] }
tokio-util = { version = "0.7.7", default-features = false, features = ["codec", "time", "net", "io"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/multiline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dev-dependencies]
tokio = { version = "1.26.0", features = ["test-util", "macros"] }
tokio = { version = "1.27.0", features = ["test-util", "macros"] }
serde_json = { version = "1.0.94", default-features = false, features = ["std"] }
serde_yaml = { version = "0.9.19" }

Expand Down
4 changes: 2 additions & 2 deletions lib/tail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test = false

[dev-dependencies]
quickcheck = "1.0.3"
tokio = { version = "1.26.0", default-features = false, features = ["test-util", "macros", "rt-multi-thread"] }
tokio = { version = "1.27.0", default-features = false, features = ["test-util", "macros", "rt-multi-thread"] }
tempfile = { version = "3.4.0" }
criterion = { version = "0.4.0" }
tracing-test = { version = "0.2.4" }
Expand All @@ -23,7 +23,7 @@ dashmap = { version = "5.2", default-features = false }
serde_json = { version = "1.0.94" }
bytes = { version = "1.4.0" }
bstr = { version = "1.4.0", default-features = false }
tokio = { version = "1.26.0", default-features = false, features = ["rt", "macros"] }
tokio = { version = "1.27.0", default-features = false, features = ["rt", "macros"] }
glob = { version = "0.3.1" }
tracing = { version = "0.1.37", default-features = false }
futures = { version = "0.3.27" }
Expand Down
2 changes: 1 addition & 1 deletion lib/testify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ hyper = { version = "0.14.25" }
futures = { version = "0.3.27" }
futures-util = { version = "0.3.27" }
rand = "0.8.5"
tokio = { version = "1.26.0" }
tokio = { version = "1.27.0" }
tokio-util = { version = "0.7.7" }
2 changes: 1 addition & 1 deletion lib/tracing-internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ tracing-subscriber = { version = "0.3.16" }
tracing-core = { version = "0.1.30" }

[dev-dependencies]
tokio = { version = "1.26.0" }
tokio = { version = "1.27.0" }
2 changes: 1 addition & 1 deletion lib/tripwire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ publish = false

[dev-dependencies]
futures = { version = "0.3.27" }
tokio = { version = "1.26.0", features = ["test-util", "macros", "rt-multi-thread"] }
tokio = { version = "1.27.0", features = ["test-util", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.11" }
2 changes: 1 addition & 1 deletion lib/virt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ edition = "2021"
publish = false

[dependencies]
tokio = { version = "1.26.0", features = ["net", "rt", "macros", "io-util"] }
tokio = { version = "1.27.0", features = ["net", "rt", "macros", "io-util"] }

0 comments on commit 9adbcf1

Please sign in to comment.