Skip to content

Commit

Permalink
build(core-api): bump tokio from 1.34.0 to 1.39.1
Browse files Browse the repository at this point in the history
Bumps the cargo group with 1 update in the /packages/cactus-core-api
directory: [tokio](https://github.com/tokio-rs/tokio).

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

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

Co-authored-by: Peter Somogyvari <peter.somogyvari@accenture.com>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
dependabot[bot] authored and petermetz committed Jul 25, 2024
1 parent 8917ff5 commit fd87b5e
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 20 deletions.
118 changes: 99 additions & 19 deletions packages/cactus-core-api/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 packages/cactus-core-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/main/rust/pb.rs"
[dependencies]
tonic = {version="0.10.2", features = ["tls"]}
prost = "0.12.3"
tokio = { version = "1.34.0", features = ["macros", "fs"] }
tokio = { version = "1.39.1", features = ["macros", "fs"] }
serde = {version="1.0.193", features = ["derive"]}

[build-dependencies]
Expand Down

0 comments on commit fd87b5e

Please sign in to comment.