Skip to content

Commit

Permalink
Bump tokio from 1.29.1 to 1.30.0 in /crates
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.30.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.29.1...tokio-1.30.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] authored Aug 10, 2023
1 parent c0d77ae commit e7baf29
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
15 changes: 7 additions & 8 deletions crates/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 crates/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.72"
tokio = { version = "1.29.1", features = ["full"] }
tokio = { version = "1.30.0", features = ["full"] }
clap = { version = "4.3.21", features = ["derive"] }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.104"
Expand Down
2 changes: 1 addition & 1 deletion crates/jarscanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.104"
clap = { version = "4.3.21", features = ["derive"] }
tempfile = "3.7.1"
tokio = { version = "1.29.1", features = ["full"] }
tokio = { version = "1.30.0", features = ["full"] }

[dependencies.bzl_gen_build_shared_types]
path = "../shared_types"
2 changes: 1 addition & 1 deletion crates/protobuf_extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.66"
tokio = { version = "1.22.0", features = ["full"] }
tokio = { version = "1.30.0", features = ["full"] }
clap = { version = "4.3.21", features = ["derive"] }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.88"
Expand Down
2 changes: 1 addition & 1 deletion crates/python_extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.72"
tokio = { version = "1.29.1", features = ["full"] }
tokio = { version = "1.30.0", features = ["full"] }
clap = { version = "4.3.21", features = ["derive"] }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.104"
Expand Down

0 comments on commit e7baf29

Please sign in to comment.