Skip to content

Commit 3cc02b1

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

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ name = "kopium"
2626
path = "src/lib.rs"
2727

2828
[dependencies]
29-
tokio = { version = "1.44.0", features = ["full"] }
29+
tokio = { version = "1.44.1", features = ["full"] }
3030
anyhow = "1.0.97"
3131
log = "0.4.26"
3232
env_logger = "0.11.6"
3333
serde_json = "1.0.140"
3434
clap = { version = "4.5", features = ["cargo", "derive"] }
3535
clap_complete = "4.5"
36-
quote = "1.0.39"
36+
quote = "1.0.40"
3737
serde = { version = "1.0.219", features = ["derive"] }
3838
serde_yaml = "0.9.34"
3939
heck = "0.5.0"
@@ -51,7 +51,7 @@ features = ["derive"]
5151

5252
[dev-dependencies]
5353
schemars = "0.8.22"
54-
typed-builder = "0.20.0"
54+
typed-builder = "0.20.1"
5555

5656
[dev-dependencies.k8s-openapi]
5757
version = "0.24.0"

0 commit comments

Comments
 (0)