Skip to content

Commit

Permalink
Bump the all group with 3 updates (#42)
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates: [openssl](https://github.com/sfackler/rust-openssl), [tokio](https://github.com/tokio-rs/tokio) and [toml](https://github.com/toml-rs/toml).


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

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

Updates `toml` from 0.8.14 to 0.8.15
- [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.15)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 21, 2024
1 parent f7c83e6 commit c69a6fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ concread = "^0.5.2"
clap = { version = "4.5", features = ["derive", "env"] }
futures-util = { version = "^0.3.30", features = ["sink"] }
hashbrown = { version = "0.14", features = ["serde"] }
openssl = "^0.10.64"
openssl = "^0.10.66"
serde = { version = "^1.0.204", features = ["derive"] }
tikv-jemallocator = "0.6"
tokio = { version = "^1.38.0", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] }
tokio = { version = "^1.38.1", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] }
tokio-util = { version = "^0.7.11", features = ["codec"] }
tokio-openssl = "^0.6.4"

toml = "^0.8.14"
toml = "^0.8.15"

tracing = { version = "^0.1.40", features = ["max_level_trace", "release_max_level_debug"] }

Expand Down

0 comments on commit c69a6fe

Please sign in to comment.