Skip to content

Commit 86bbbf9

Browse files
dependabot[bot]olix0r
authored andcommitted
build(deps): bump tokio from 1.14.0 to 1.15.0 (#1410)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.14.0...tokio-1.15.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> (cherry picked from commit 9b3c968) Signed-off-by: Oliver Gould <ver@buoyant.io>
1 parent 20e040c commit 86bbbf9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2115,11 +2115,10 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
21152115

21162116
[[package]]
21172117
name = "tokio"
2118-
version = "1.14.0"
2118+
version = "1.15.0"
21192119
source = "registry+https://github.com/rust-lang/crates.io-index"
2120-
checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144"
2120+
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
21212121
dependencies = [
2122-
"autocfg",
21232122
"bytes",
21242123
"libc",
21252124
"memchr",
@@ -2145,9 +2144,9 @@ dependencies = [
21452144

21462145
[[package]]
21472146
name = "tokio-macros"
2148-
version = "1.6.0"
2147+
version = "1.7.0"
21492148
source = "registry+https://github.com/rust-lang/crates.io-index"
2150-
checksum = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e"
2149+
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
21512150
dependencies = [
21522151
"proc-macro2",
21532152
"quote",

0 commit comments

Comments
 (0)