Skip to content

Commit

Permalink
build(deps): bump tokio from 1.32.0 to 1.33.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.33.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.32.0...tokio-1.33.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 Oct 23, 2024
1 parent 93b4f99 commit c3d8dfc
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 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 cincinnati/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = "1.0.189"
serde_derive = "1.0.70"
serde_json = "^1.0.109"
smart-default = "^0.7"
tokio = { version = "1.32", features = [ "time", "fs", "macros", "rt-multi-thread" ] }
tokio = { version = "1.33", features = [ "time", "fs", "macros", "rt-multi-thread" ] }
tokio-stream = { version = "0.1", features = ["fs"] }
toml = "^0.8.2"
url = "^2.5"
Expand Down
2 changes: 1 addition & 1 deletion commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ prometheus = "0.13"
serde = "^1.0.189"
serde_json = "^1.0.109"
serde_derive = "^1.0.123"
tokio = { version = "1.32", features = [ "rt-multi-thread" ] }
tokio = { version = "1.33", features = [ "rt-multi-thread" ] }
url = "^2.5"
futures = "^0.3"
flate2 = "^1.0.34"
Expand Down
2 changes: 1 addition & 1 deletion e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test-case = { version = "1.2.3", features = ["hamcrest_assertions"] }
hamcrest2 = "0.3.0"
url = "^2.5"
commons = { path = "../commons" }
tokio = { version = "1.32", features = [ "fs", "rt-multi-thread" ] }
tokio = { version = "1.33", features = [ "fs", "rt-multi-thread" ] }
tokio-stream = { version = "0.1", features = ["fs"] }
prometheus-query = { path = "../prometheus-query" }
lazy_static = "^1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion graph-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde_json = "^1.0.109"
smart-default = "^0.7"
structopt = "^0.3"
tar = "^0.4.40"
tokio = { version = "1.32", features = [ "fs", "rt-multi-thread" ] }
tokio = { version = "1.33", features = [ "fs", "rt-multi-thread" ] }
tokio-stream = { version = "0.1", features = ["fs"] }
toml = "^0.8.2"
url = "^2.5"
Expand Down
2 changes: 1 addition & 1 deletion metadata-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ url = "^2.5"
built = { version = "^0.7.4", features = [ "git2" ]}

[dev-dependencies]
tokio = { version = "1.32", features = [ "rt-multi-thread" ] }
tokio = { version = "1.33", features = [ "rt-multi-thread" ] }
2 changes: 1 addition & 1 deletion policy-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ actix-service = "2.0.2"
built = { version = "^0.7.4", features = [ "git2" ]}

[dev-dependencies]
tokio = { version = "1.32", features = [ "rt-multi-thread" ] }
tokio = { version = "1.33", features = [ "rt-multi-thread" ] }
memchr = "^2.7"
mockito = "0.31.1"
2 changes: 1 addition & 1 deletion prometheus-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ chrono = "^0.4.38"

[dev-dependencies]
env_logger = "^0.10"
tokio = { version = "1.32", features = [ "rt-multi-thread" ] }
tokio = { version = "1.33", features = [ "rt-multi-thread" ] }
2 changes: 1 addition & 1 deletion quay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async-stream = "0.3"

[dev-dependencies]
env_logger = "^0.10"
tokio = { version = "1.32", features = [ "rt-multi-thread" ] }
tokio = { version = "1.33", features = [ "rt-multi-thread" ] }

[features]
test-net = []
Expand Down

0 comments on commit c3d8dfc

Please sign in to comment.