Skip to content

Commit 351b5bb

Browse files
chore(deps): bump tokio from 1.12.0 to 1.13.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.12.0...tokio-1.13.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a718012 commit 351b5bb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ serde = { version = "1.0.130", optional = true }
4949
serde_state = { version = "0.4.8", optional = true }
5050
serde_derive_state = { version = "0.4.10", optional = true }
5151

52-
tokio = { version = "1.12.0", features = ["sync", "rt"], optional = true }
52+
tokio = { version = "1.13.1", features = ["sync", "rt"], optional = true }
5353
tokio-stream = { version = "0.1", features = ["net"], optional = true }
5454

5555
# Binding crates
@@ -87,7 +87,7 @@ pretty_assertions = "1.0.0"
8787
structopt = "0.3.23"
8888
tempfile = "3.2.0"
8989
tensile = { version = "0.7", features = ["tokio"] }
90-
tokio = { version = "1.12.0", features = ["macros", "rt-multi-thread", "fs"] }
90+
tokio = { version = "1.13.1", features = ["macros", "rt-multi-thread", "fs"] }
9191
walkdir = "2.3.2"
9292

9393
serde = "1.0.130"

format/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env_logger = "0.9.0"
2525
expect-test = "1.1.0"
2626
futures = "0.3.17"
2727
pretty_assertions = "1.0.0"
28-
tokio = { version = "1.12.0", features = ["macros"] }
28+
tokio = { version = "1.13.1", features = ["macros"] }
2929
walkdir = "2.3.2"
3030

3131
gluon_base = { path = "../base", version = "0.18.0" } # GLUON

repl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gluon_doc = { version = "0.18.0", path = "../doc" } # GLUON
3030
app_dirs = { package = "app_dirs2", version = "2.3.2" }
3131
anyhow = "1.0.44"
3232
futures = "0.3.17"
33-
tokio = { version = "1.12.0", features = ["rt-multi-thread", "macros", "signal"] }
33+
tokio = { version = "1.13.1", features = ["rt-multi-thread", "macros", "signal"] }
3434
clap = "2.33.3"
3535
structopt = "0.3.23"
3636
log = "0.4.14"
@@ -50,7 +50,7 @@ ansi_term = "0.12.1"
5050

5151
[dev-dependencies]
5252
pretty_assertions = "1.0.0"
53-
tokio = "1.12.0"
53+
tokio = "1.13.1"
5454

5555
[target.'cfg(unix)'.dev-dependencies]
5656
rexpect = "0.4.0"

0 commit comments

Comments
 (0)