Skip to content

Commit f7ef27f

Browse files
dependabot[bot]olix0r
authored andcommitted
build(deps): bump tokio-stream from 0.1.7 to 0.1.8 (#1344)
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.7...tokio-stream-0.1.8) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 1c1e0ab) Signed-off-by: Oliver Gould <ver@buoyant.io>
1 parent 4c15a18 commit f7ef27f

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2166,9 +2166,9 @@ dependencies = [
21662166

21672167
[[package]]
21682168
name = "tokio-stream"
2169-
version = "0.1.7"
2169+
version = "0.1.8"
21702170
source = "registry+https://github.com/rust-lang/crates.io-index"
2171-
checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
2171+
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
21722172
dependencies = [
21732173
"futures-core",
21742174
"pin-project-lite",

linkerd/app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ linkerd-opencensus = { path = "../opencensus" }
2626
regex = "1.5.4"
2727
thiserror = "1.0"
2828
tokio = { version = "1", features = ["rt"] }
29-
tokio-stream = { version = "0.1.7", features = ["time", "sync"] }
29+
tokio-stream = { version = "0.1.8", features = ["time", "sync"] }
3030
tonic = { version = "0.6", default-features = false, features = ["prost"] }
3131
tower = "0.4.10"
3232
tracing = "0.1.29"

linkerd/app/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ regex = "1.5.4"
6262
serde_json = "1"
6363
thiserror = "1.0"
6464
tokio = { version = "1", features = ["macros", "sync", "parking_lot"]}
65-
tokio-stream = { version = "0.1.7", features = ["time"] }
65+
tokio-stream = { version = "0.1.8", features = ["time"] }
6666
tonic = { version = "0.6", default-features = false, features = ["prost"] }
6767
tracing = "0.1.29"
6868
parking_lot = "0.11"

linkerd/app/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ linkerd-tracing = { path = "../../tracing" }
3232
regex = "1"
3333
socket2 = "0.4"
3434
tokio = { version = "1", features = ["io-util", "net", "rt", "macros"] }
35-
tokio-stream = { version = "0.1.7", features = ["sync"] }
35+
tokio-stream = { version = "0.1.8", features = ["sync"] }
3636
tokio-rustls = "0.22"
3737
tower = { version = "0.4.10", default-features = false }
3838
tonic = { version = "0.6", default-features = false }

linkerd/app/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ linkerd-io = { path = "../../io", features = ["tokio-test"] }
2828
regex = "1"
2929
tokio = { version = "1", features = ["io-util", "net", "rt", "sync"]}
3030
tokio-test = "0.4"
31-
tokio-stream = { version = "0.1.7", features = ["sync"] }
31+
tokio-stream = { version = "0.1.8", features = ["sync"] }
3232
tower = { version = "0.4.10", default-features = false}
3333
tracing = "0.1.29"
3434
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "std"], default-features = false }

linkerd/opencensus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ linkerd-metrics = { path = "../metrics" }
1515
opencensus-proto = { path = "../../opencensus-proto" }
1616
tonic = { version = "0.6", default-features = false, features = ["prost", "codegen"] }
1717
tokio = { version = "1", features = ["macros", "sync", "time"] }
18-
tokio-stream = { version = "0.1.7", features = ["sync"] }
18+
tokio-stream = { version = "0.1.8", features = ["sync"] }
1919
tracing = "0.1.29"

linkerd/proxy/dns-resolve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ linkerd-dns = { path = "../../dns" }
1717
linkerd-proxy-core = { path = "../core" }
1818
linkerd-stack = { path = "../../stack" }
1919
tokio = { version = "1", features = ["sync"] }
20-
tokio-stream = { version = "0.1.7", features = ["sync"]}
20+
tokio-stream = { version = "0.1.8", features = ["sync"]}
2121
tower = "0.4.10"
2222
tracing = "0.1.29"

0 commit comments

Comments
 (0)