Skip to content

Commit 2f563e1

Browse files
Update progenitor to 0.11.1
1 parent bf74f7a commit 2f563e1

3 files changed

Lines changed: 44 additions & 47 deletions

File tree

Cargo.lock

Lines changed: 40 additions & 41 deletions
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
@@ -632,8 +632,8 @@ pretty_assertions = "1.4.1"
632632
pretty-hex = "0.4.1"
633633
prettyplease = { version = "0.2.36", features = ["verbatim"] }
634634
proc-macro2 = "1.0"
635-
progenitor = "0.10.0"
636-
progenitor-client = "0.10.0"
635+
progenitor = "0.11.1"
636+
progenitor-client = "0.11.1"
637637
# NOTE: if you change the pinned revision of the `bhyve_api` and propolis
638638
# dependencies, you must also update the references in package-manifest.toml to
639639
# match the new revision.

workspace-hack/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6464
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6565
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6666
hashbrown = { version = "0.15.4" }
67-
heck = { version = "0.4.1" }
6867
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
6968
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
7069
hyper = { version = "1.7.0", features = ["full"] }
@@ -104,7 +103,7 @@ rand-274715c4dabd11b0 = { package = "rand", version = "0.9.2" }
104103
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.5" }
105104
rand_chacha-274715c4dabd11b0 = { package = "rand_chacha", version = "0.9.0", default-features = false, features = ["std"] }
106105
rand_chacha-468e82937335b1c9 = { package = "rand_chacha", version = "0.3.1", default-features = false, features = ["std"] }
107-
regex = { version = "1.11.1" }
106+
regex = { version = "1.11.2" }
108107
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
109108
regex-syntax = { version = "0.8.5" }
110109
reqwest = { version = "0.12.22", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
@@ -201,7 +200,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
201200
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
202201
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
203202
hashbrown = { version = "0.15.4" }
204-
heck = { version = "0.4.1" }
205203
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
206204
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
207205
hyper = { version = "1.7.0", features = ["full"] }
@@ -241,7 +239,7 @@ rand-274715c4dabd11b0 = { package = "rand", version = "0.9.2" }
241239
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.5" }
242240
rand_chacha-274715c4dabd11b0 = { package = "rand_chacha", version = "0.9.0", default-features = false, features = ["std"] }
243241
rand_chacha-468e82937335b1c9 = { package = "rand_chacha", version = "0.3.1", default-features = false, features = ["std"] }
244-
regex = { version = "1.11.1" }
242+
regex = { version = "1.11.2" }
245243
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
246244
regex-syntax = { version = "0.8.5" }
247245
reqwest = { version = "0.12.22", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }

0 commit comments

Comments
 (0)