Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2023
1 parent e46775a commit f35f9bc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 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 @@ -49,7 +49,7 @@ serde = { version = "1.0.130", optional = true }
serde_state = { version = "0.4.8", optional = true }
serde_derive_state = { version = "0.4.10", optional = true }

tokio = { version = "1.12.0", features = ["sync", "rt"], optional = true }
tokio = { version = "1.16.1", features = ["sync", "rt"], optional = true }
tokio-stream = { version = "0.1", features = ["net"], optional = true }

# Binding crates
Expand Down Expand Up @@ -87,7 +87,7 @@ pretty_assertions = "1.0.0"
structopt = "0.3.23"
tempfile = "3.2.0"
tensile = { version = "0.7", features = ["tokio"] }
tokio = { version = "1.12.0", features = ["macros", "rt-multi-thread", "fs"] }
tokio = { version = "1.16.1", features = ["macros", "rt-multi-thread", "fs"] }
walkdir = "2.3.2"

serde = "1.0.130"
Expand Down
2 changes: 1 addition & 1 deletion format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env_logger = "0.9.0"
expect-test = "1.1.0"
futures = "0.3.17"
pretty_assertions = "1.0.0"
tokio = { version = "1.12.0", features = ["macros"] }
tokio = { version = "1.16.1", features = ["macros"] }
walkdir = "2.3.2"

gluon_base = { path = "../base", version = "0.18.0" } # GLUON
Expand Down
4 changes: 2 additions & 2 deletions repl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gluon_doc = { version = "0.18.0", path = "../doc" } # GLUON
app_dirs = { package = "app_dirs2", version = "2.3.2" }
anyhow = "1.0.44"
futures = "0.3.17"
tokio = { version = "1.12.0", features = ["rt-multi-thread", "macros", "signal"] }
tokio = { version = "1.16.1", features = ["rt-multi-thread", "macros", "signal"] }
clap = "2.33.3"
structopt = "0.3.23"
log = "0.4.14"
Expand All @@ -50,7 +50,7 @@ ansi_term = "0.12.1"

[dev-dependencies]
pretty_assertions = "1.0.0"
tokio = "1.12.0"
tokio = "1.16.1"

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

0 comments on commit f35f9bc

Please sign in to comment.