Skip to content

Commit e2f676c

Browse files
Update progenitor to 0.11.0
1 parent b7c2392 commit e2f676c

3 files changed

Lines changed: 103 additions & 37 deletions

File tree

Cargo.lock

Lines changed: 99 additions & 33 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.0"
636+
progenitor-client = "0.11.0"
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ portable-atomic = { version = "1.11.0" }
9999
postgres-types = { version = "0.2.9", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
100100
ppv-lite86 = { version = "0.2.20", default-features = false, features = ["simd", "std"] }
101101
predicates = { version = "3.1.3" }
102-
proc-macro2 = { version = "1.0.95" }
102+
proc-macro2 = { version = "1.0.101" }
103103
rand-274715c4dabd11b0 = { package = "rand", version = "0.9.2" }
104104
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.5" }
105105
rand_chacha-274715c4dabd11b0 = { package = "rand_chacha", version = "0.9.0", default-features = false, features = ["std"] }
@@ -236,7 +236,7 @@ portable-atomic = { version = "1.11.0" }
236236
postgres-types = { version = "0.2.9", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
237237
ppv-lite86 = { version = "0.2.20", default-features = false, features = ["simd", "std"] }
238238
predicates = { version = "3.1.3" }
239-
proc-macro2 = { version = "1.0.95" }
239+
proc-macro2 = { version = "1.0.101" }
240240
rand-274715c4dabd11b0 = { package = "rand", version = "0.9.2" }
241241
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.5" }
242242
rand_chacha-274715c4dabd11b0 = { package = "rand_chacha", version = "0.9.0", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)