Skip to content

Commit c78b838

Browse files
Update progenitor to 0.11.1
1 parent 0a3e169 commit c78b838

3 files changed

Lines changed: 46 additions & 43 deletions

File tree

Cargo.lock

Lines changed: 38 additions & 37 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: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ indexmap = { version = "2.11.0", features = ["serde"] }
7272
inout = { version = "0.1.3", default-features = false, features = ["std"] }
7373
ipnet = { version = "2.11.0", features = ["serde"] }
7474
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
75-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
75+
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
7676
lalrpop-util = { version = "0.19.12" }
7777
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
7878
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -103,7 +103,7 @@ rand-274715c4dabd11b0 = { package = "rand", version = "0.9.2" }
103103
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.5" }
104104
rand_chacha-274715c4dabd11b0 = { package = "rand_chacha", version = "0.9.0", default-features = false, features = ["std"] }
105105
rand_chacha-468e82937335b1c9 = { package = "rand_chacha", version = "0.3.1", default-features = false, features = ["std"] }
106-
regex = { version = "1.11.1" }
106+
regex = { version = "1.11.2" }
107107
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
108108
regex-syntax = { version = "0.8.5" }
109109
reqwest = { version = "0.12.22", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
@@ -209,7 +209,7 @@ indexmap = { version = "2.11.0", features = ["serde"] }
209209
inout = { version = "0.1.3", default-features = false, features = ["std"] }
210210
ipnet = { version = "2.11.0", features = ["serde"] }
211211
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
212-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
212+
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
213213
lalrpop-util = { version = "0.19.12" }
214214
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
215215
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -240,7 +240,7 @@ rand-274715c4dabd11b0 = { package = "rand", version = "0.9.2" }
240240
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.5" }
241241
rand_chacha-274715c4dabd11b0 = { package = "rand_chacha", version = "0.9.0", default-features = false, features = ["std"] }
242242
rand_chacha-468e82937335b1c9 = { package = "rand_chacha", version = "0.3.1", default-features = false, features = ["std"] }
243-
regex = { version = "1.11.1" }
243+
regex = { version = "1.11.2" }
244244
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
245245
regex-syntax = { version = "0.8.5" }
246246
reqwest = { version = "0.12.22", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
@@ -363,6 +363,7 @@ dof = { version = "0.3.0", default-features = false, features = ["des"] }
363363
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
364364
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
365365
hyper-util = { version = "0.1.16", features = ["full"] }
366+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
366367
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
367368
mio = { version = "1.0.2", features = ["net", "os-ext"] }
368369
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
@@ -378,6 +379,7 @@ dof = { version = "0.3.0", default-features = false, features = ["des"] }
378379
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
379380
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
380381
hyper-util = { version = "0.1.16", features = ["full"] }
382+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
381383
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
382384
mio = { version = "1.0.2", features = ["net", "os-ext"] }
383385
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }

0 commit comments

Comments
 (0)