Skip to content

Commit

Permalink
[Cargo]: Bump the core group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the core group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [anyhow](https://github.com/dtolnay/anyhow).


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

Updates `anyhow` from 1.0.75 to 1.0.76
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.75...1.0.76)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 8b41d7f commit 798deba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -16,11 +16,11 @@ axum = "0.6.20"
axum-extra = { version = "0.9.0", features = ["typed-routing"] }
tower-http = { version = "0.4.4", default-features = false, features = ["trace"] }
futures = "0.3.29"
tokio = { version = "1.35.0", features = ["macros", "rt-multi-thread", "signal"] }
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "signal"] }
elegant-departure = { version = "0.2.1", features = ["tokio"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
anyhow = "1.0.75"
anyhow = "1.0.76"
serde = { version = "1.0.193", features = ["derive"] }
k8s-openapi = { version = "0.20.0", features = ["latest"] }

Expand Down

0 comments on commit 798deba

Please sign in to comment.