Skip to content

Commit

Permalink
Bump the core group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the core group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.76` | `1.0.78` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.109` |
| [clap](https://github.com/clap-rs/clap) | `4.4.11` | `4.4.12` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.4.4` | `4.4.5` |
| [quote](https://github.com/dtolnay/quote) | `1.0.33` | `1.0.34` |
| [syn](https://github.com/dtolnay/syn) | `2.0.43` | `2.0.45` |


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

Updates `serde_json` from 1.0.108 to 1.0.109
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.108...v1.0.109)

Updates `clap` from 4.4.11 to 4.4.12
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.11...v4.4.12)

Updates `clap_complete` from 4.4.4 to 4.4.5
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.4.4...clap_complete-v4.4.5)

Updates `quote` from 1.0.33 to 1.0.34
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.33...1.0.34)

Updates `syn` from 2.0.43 to 2.0.45
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.43...2.0.45)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
- dependency-name: syn
  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 Jan 1, 2024
1 parent f3c0d3a commit fcc705e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ path = "src/lib.rs"
[dependencies]
k8s-openapi = { version = "0.20.0", features = ["latest"] }
tokio = { version = "1.26.0", features = ["full"] }
anyhow = "1.0.76"
anyhow = "1.0.78"
log = "0.4.17"
env_logger = "0.10.1"
serde_json = "1.0.108"
serde_json = "1.0.109"
clap = { version = "4.4", features = ["cargo", "derive"] }
clap_complete = "4.4"
quote = "1.0.33"
quote = "1.0.34"
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.29"
heck = "0.4.1"
syn = "2.0.43"
syn = "2.0.45"
libc = "0.2.151"

[dependencies.kube]
Expand Down

0 comments on commit fcc705e

Please sign in to comment.