Skip to content

Commit

Permalink
Bump tokio from 1.21.2 to 1.23.1 in /cli/tests/trap-test
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.23.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.21.2...tokio-1.23.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 17, 2023
1 parent ec6d3f2 commit 48d5800
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cli/tests/trap-test/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/tests/trap-test/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ anyhow = "1.0.31"
futures = "0.3.0"
http = "0.2.1"
hyper = "0.14.0"
tokio = { version = "1.2", features = ["full"] }
tokio = { version = "1.23", features = ["full"] }
tracing-subscriber = "0.2.19"
viceroy-lib = { path = "../../../lib", features = ["test-fatalerror-config"] }

Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Expand Up @@ -44,7 +44,7 @@ serde = "^1.0.145"
serde_derive = "^1.0.114"
serde_json = "^1.0.59"
thiserror = "^1.0.37"
tokio = { version = "^1.21.2", features = ["full"] }
tokio = { version = "^1.23.1", features = ["full"] }
tokio-rustls = "^0.22.0"
toml = "^0.5.9"
tracing = "^0.1.37"
Expand Down

0 comments on commit 48d5800

Please sign in to comment.