Skip to content

Commit

Permalink
build: bump the cargo group across 2 directories with 2 updates
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).
Bumps the cargo group with 2 updates in the /packages/cactus-plugin-keychain-vault/src/cactus-keychain-vault-server/rust/gen directory: [tokio](https://github.com/tokio-rs/tokio) and [openssl](https://github.com/sfackler/rust-openssl).


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

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

Updates `openssl` from 0.10.60 to 0.10.66
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.60...openssl-v0.10.66)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 8f6149d commit 4d57c3e
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 25 deletions.
4 changes: 2 additions & 2 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.39.1", features = ["macros", "fs"] }
tokio = { version = "1.39.2", features = ["macros", "fs"] }
serde = {version="1.0.193", features = ["derive"]}

[build-dependencies]
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hyper-tls = { version = "0.5", optional = true }

[target.'cfg(not(any(target_os = "macos", target_os = "windows", target_os = "ios")))'.dependencies]
hyper-openssl = { version = "0.9", optional = true }
openssl = {version = "0.10.60", optional = true }
openssl = {version = "0.10.66", optional = true }

[dependencies]
# Common
Expand Down Expand Up @@ -59,13 +59,13 @@ frunk-enum-core = { version = "0.2.0", optional = true }
[dev-dependencies]
clap = "2.25"
env_logger = "0.7"
tokio = { version = "1.20", features = ["full"] }
tokio = { version = "1.29", features = ["full"] }
native-tls = "0.2"
tokio-tls = "0.3"

[target.'cfg(not(any(target_os = "macos", target_os = "windows", target_os = "ios")))'.dev-dependencies]
tokio-openssl = "0.6"
openssl = "0.10.60"
openssl = "0.10.66"

[[example]]
name = "server"
Expand Down

0 comments on commit 4d57c3e

Please sign in to comment.