Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Bump the cargo group group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group group with 2 updates: [hyper](https://github.com/hyperium/hyper) and [tokio](https://github.com/tokio-rs/tokio).


Updates `hyper` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.1.0...v1.2.0)

Updates `tokio` from 1.35.1 to 1.36.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.35.1...tokio-1.36.0)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  dependency-group: cargo-security-group
- dependency-name: tokio
  dependency-type: direct:production
  dependency-group: cargo-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 68c8242 commit 7043b6d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 36 deletions.
69 changes: 35 additions & 34 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 @@ -27,7 +27,7 @@ fasthash = "0.4.0"
farmhash = "1.1"
futures = "0.3.30"
gtfs-rt = "0.4"
hyper = { version = "1.1.0", features = ["full"] }
hyper = { version = "1.2.0", features = ["full"] }
lock_api = "0.4.2"
openssl = "0.10.62"
prost = "0.11.9"
Expand All @@ -45,7 +45,7 @@ serde_json = "1.0.111"
snailquote = "0.3.1"
systemctl = "0.3.1"
termion = "2.0.3"
tokio = { version = "1.33", features = ["full"] }
tokio = { version = "1.36", features = ["full"] }
gtfs-structures = "0.39.1"
tokio-zookeeper = "0.2.1"

Expand Down

0 comments on commit 7043b6d

Please sign in to comment.