Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 39c85ef

Browse files
authored
Merge pull request #1184 from jvanz/main
chore: bump version to v1.24.0-rc3.
2 parents d49f285 + 7a3bcec commit 39c85ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Kubewarden Developers <kubewarden@suse.de>"]
33
description = "Tool to manage Kubewarden policies"
44
edition = "2021"
55
name = "kwctl"
6-
version = "1.24.0-rc1"
6+
version = "1.24.0-rc3"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

@@ -43,14 +43,14 @@ url = "2.5.0"
4343
walrus = "0.23.0"
4444
wasmparser = "0.229"
4545

46+
hostname-validator = "1.1.1"
4647
# This is required to have reqwest built using the `rustls-tls-native-roots`
4748
# feature across all the transitive dependencies of kwctl
4849
# This is required to have kwctl use the system certificates instead of the
4950
# ones bundled inside of rustls
5051
reqwest = { version = "0", default-features = false, features = [
5152
"rustls-tls-native-roots",
5253
] }
53-
hostname-validator = "1.1.1"
5454

5555
[dev-dependencies]
5656
assert_cmd = "2.0.14"

0 commit comments

Comments
 (0)