Skip to content

Commit

Permalink
build(deps): bump the production-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [env_logger](https://github.com/rust-cli/env_logger).


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

Updates `env_logger` from 0.11.3 to 0.11.5
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.11.3...v0.11.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and GeekMasher committed Jul 30, 2024
1 parent 0bf92c9 commit 0e9a1bc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 103 deletions.
128 changes: 26 additions & 102 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ log = "0.4"
dotenvy = "0.15"
octocrab = "^0.38"
http = "^1"
tokio = { version = "1.38", default-features = false, features = [
tokio = { version = "1.39", default-features = false, features = [
"macros",
"rt-multi-thread",
"time",
Expand Down

0 comments on commit 0e9a1bc

Please sign in to comment.