Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.79` | `1.0.80` |
| [clap](https://github.com/clap-rs/clap) | `4.5.0` | `4.5.1` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.0` | `4.5.1` |
| [serde_yaml](https://github.com/dtolnay/serde-yaml) | `0.9.31` | `0.9.32` |
| [syn](https://github.com/dtolnay/syn) | `2.0.48` | `2.0.49` |


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

Updates `clap` from 4.5.0 to 4.5.1
- [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.5.0...clap_complete-v4.5.1)

Updates `clap_complete` from 4.5.0 to 4.5.1
- [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.5.0...clap_complete-v4.5.1)

Updates `serde_yaml` from 0.9.31 to 0.9.32
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.9.31...0.9.32)

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

---
updated-dependencies:
- dependency-name: anyhow
  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: serde_yaml
  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 Feb 19, 2024
1 parent 52003a5 commit 2a5520b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 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 @@ -28,17 +28,17 @@ path = "src/lib.rs"
[dependencies]
k8s-openapi = { version = "0.21.1", features = ["latest"] }
tokio = { version = "1.26.0", features = ["full"] }
anyhow = "1.0.79"
anyhow = "1.0.80"
log = "0.4.17"
env_logger = "0.10.2"
serde_json = "1.0.113"
clap = { version = "4.5", features = ["cargo", "derive"] }
clap_complete = "4.5"
quote = "1.0.35"
serde = { version = "1.0.196", features = ["derive"] }
serde_yaml = "0.9.31"
serde_yaml = "0.9.32"
heck = "0.4.1"
syn = "2.0.45"
syn = "2.0.49"
libc = "0.2.153"

[dependencies.kube]
Expand Down

0 comments on commit 2a5520b

Please sign in to comment.