Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 2, 2023
1 parent bcb4f4e commit 6f5ed2d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions 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 connection-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ frunk-enum-core = { version = "0.2.0", optional = true }
[dev-dependencies]
clap = "4.1"
env_logger = "0.10"
tokio = { version = "1.14", features = ["full"] }
tokio = { version = "1.26", features = ["full"] }
native-tls = "0.2"

[target.'cfg(not(any(target_os = "macos", target_os = "windows", target_os = "ios")))'.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion coordination-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ frunk-enum-core = { version = "0.2.0", optional = true }
[dev-dependencies]
clap = "4.1"
env_logger = "0.10"
tokio = { version = "1.14", features = ["full"] }
tokio = { version = "1.26", features = ["full"] }
native-tls = "0.2"

[target.'cfg(not(any(target_os = "macos", target_os = "windows", target_os = "ios")))'.dev-dependencies]
Expand Down

0 comments on commit 6f5ed2d

Please sign in to comment.