Skip to content

Commit

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


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

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

Updates `serde` from 1.0.210 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.214)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
- dependency-name: serde
  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 Oct 28, 2024
1 parent 3987329 commit 5c8eca4
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 @@ -15,11 +15,11 @@ path = "version.rs"
axum = "0.7.5"
tower-http = { version = "0.5.2", default-features = false, features = ["trace"] }
futures = "0.3.31"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
anyhow = "1.0.90"
serde = { version = "1.0.210", features = ["derive"] }
anyhow = "1.0.91"
serde = { version = "1.0.214", features = ["derive"] }
k8s-openapi = { version = "0.23.0", features = ["latest"] }

[dependencies.kube]
Expand Down

0 comments on commit 5c8eca4

Please sign in to comment.