Skip to content

Commit 4fdf728

Browse files
Bump the core group with 5 updates (#317)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9245007 commit 4fdf728

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ path = "src/lib.rs"
2727

2828
[dependencies]
2929
tokio = { version = "1.43.0", features = ["full"] }
30-
anyhow = "1.0.96"
30+
anyhow = "1.0.97"
3131
log = "0.4.26"
3232
env_logger = "0.11.6"
33-
serde_json = "1.0.139"
33+
serde_json = "1.0.140"
3434
clap = { version = "4.5", features = ["cargo", "derive"] }
3535
clap_complete = "4.5"
36-
quote = "1.0.38"
36+
quote = "1.0.39"
3737
serde = { version = "1.0.218", features = ["derive"] }
3838
serde_yaml = "0.9.34"
3939
heck = "0.5.0"
40-
syn = "2.0.98"
40+
syn = "2.0.99"
4141
libc = "0.2.170"
4242
regex = "1.11.1"
4343

@@ -50,7 +50,7 @@ version = "0.98.0"
5050
features = ["derive"]
5151

5252
[dev-dependencies]
53-
schemars = "0.8.21"
53+
schemars = "0.8.22"
5454
typed-builder = "0.20.0"
5555

5656
[dev-dependencies.k8s-openapi]

0 commit comments

Comments
 (0)