Skip to content

Commit 360eeba

Browse files
build(deps): bump tokio-test from 0.4.4 to 0.4.5 (#4410)
Bumps [tokio-test](https://github.com/tokio-rs/tokio) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-test-0.4.4...tokio-test-0.4.5) --- updated-dependencies: - dependency-name: tokio-test dependency-version: 0.4.5 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>
1 parent 558f2c4 commit 360eeba

1 file changed

Lines changed: 2 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -114,28 +114,6 @@ dependencies = [
114114
"syn",
115115
]
116116

117-
[[package]]
118-
name = "async-stream"
119-
version = "0.3.6"
120-
source = "registry+https://github.com/rust-lang/crates.io-index"
121-
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
122-
dependencies = [
123-
"async-stream-impl",
124-
"futures-core",
125-
"pin-project-lite",
126-
]
127-
128-
[[package]]
129-
name = "async-stream-impl"
130-
version = "0.3.6"
131-
source = "registry+https://github.com/rust-lang/crates.io-index"
132-
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
133-
dependencies = [
134-
"proc-macro2",
135-
"quote",
136-
"syn",
137-
]
138-
139117
[[package]]
140118
name = "async-trait"
141119
version = "0.1.89"
@@ -3988,12 +3966,10 @@ dependencies = [
39883966

39893967
[[package]]
39903968
name = "tokio-test"
3991-
version = "0.4.4"
3969+
version = "0.4.5"
39923970
source = "registry+https://github.com/rust-lang/crates.io-index"
3993-
checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
3971+
checksum = "3f6d24790a10a7af737693a3e8f1d03faef7e6ca0cc99aae5066f533766de545"
39943972
dependencies = [
3995-
"async-stream",
3996-
"bytes",
39973973
"futures-core",
39983974
"tokio",
39993975
"tokio-stream",

0 commit comments

Comments
 (0)