Skip to content

Commit

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


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)

Updates `toml` from 0.8.8 to 0.8.9
- [Commits](toml-rs/toml@toml-v0.8.8...toml-v0.8.9)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Feb 5, 2024
1 parent 7bf0722 commit a3dbf59
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -14,11 +14,11 @@ hashbrown = { version = "0.14", features = ["serde"] }
openssl = "^0.10.63"
serde = { version = "^1.0.196", features = ["derive"] }
tikv-jemallocator = "0.5"
tokio = { version = "^1.35.1", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] }
tokio = { version = "^1.36.0", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] }
tokio-util = { version = "^0.7.10", features = ["codec"] }
tokio-openssl = "^0.6.4"

toml = "^0.8.8"
toml = "^0.8.9"

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

Expand Down

0 comments on commit a3dbf59

Please sign in to comment.