Skip to content

Commit

Permalink
Update Rust crate qorb to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Nov 27, 2024
1 parent 2a9f164 commit f50e824
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ propolis_api_types = { git = "https://github.com/oxidecomputer/propolis", rev =
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "8f8fbb74662b4e19b643c500d55d2d384a6cee5e" }
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "8f8fbb74662b4e19b643c500d55d2d384a6cee5e" }
proptest = "1.5.0"
qorb = "0.2.0"
qorb = "0.2.1"
quote = "1.0"
rand = "0.8.5"
rand_core = "0.6.4"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption"
postgres-types = { version = "0.2.8", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "3.1.2" }
proc-macro2 = { version = "1.0.89" }
qorb = { version = "0.2.0", features = ["qtop"] }
qorb = { version = "0.2.1", features = ["qtop"] }
quote = { version = "1.0.37" }
rand = { version = "0.8.5", features = ["small_rng"] }
regex = { version = "1.11.1" }
Expand Down Expand Up @@ -213,7 +213,7 @@ pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption"
postgres-types = { version = "0.2.8", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "3.1.2" }
proc-macro2 = { version = "1.0.89" }
qorb = { version = "0.2.0", features = ["qtop"] }
qorb = { version = "0.2.1", features = ["qtop"] }
quote = { version = "1.0.37" }
rand = { version = "0.8.5", features = ["small_rng"] }
regex = { version = "1.11.1" }
Expand Down

0 comments on commit f50e824

Please sign in to comment.