Skip to content

Commit

Permalink
chore(deps): bump the cargo-dependencies group with 2 updates (#52)
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [toml](https://github.com/toml-rs/toml).


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

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

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

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 Jun 4, 2024
1 parent f4bf5e1 commit 34879e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 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 @@ -19,8 +19,8 @@ himalaya = "1.0.0-beta.3"
ratatui = "0.26.3"
serde = "1.0.203"
serde_with = "3.8.1"
tokio = { version = "1.37.0", features = ["rt-multi-thread"] }
toml = "0.8.13"
tokio = { version = "1.38.0", features = ["rt-multi-thread"] }
toml = "0.8.14"
tracing = "0.1.40"
tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down

0 comments on commit 34879e4

Please sign in to comment.