Skip to content

Commit

Permalink
Update Rust crate once_cell to 1.19.0 (#4644)
Browse files Browse the repository at this point in the history
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
  • Loading branch information
oxide-renovate[bot] authored Dec 7, 2023
1 parent 77ad358 commit 2988235
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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 @@ -261,7 +261,7 @@ omicron-test-utils = { path = "test-utils" }
omicron-zone-package = "0.9.1"
oxide-client = { path = "clients/oxide-client" }
oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "24ceba1969269e4d81bda83d8968d7d7f713c46b", features = [ "api", "std" ] }
once_cell = "1.18.0"
once_cell = "1.19.0"
openapi-lint = { git = "https://github.com/oxidecomputer/openapi-lint", branch = "main" }
openapiv3 = "2.0.0-rc.1"
# must match samael's crate!
Expand Down
16 changes: 8 additions & 8 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,54 +220,54 @@ zip = { version = "0.6.6", default-features = false, features = ["bzip2", "defla
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }

[target.x86_64-unknown-linux-gnu.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }

[target.x86_64-apple-darwin.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.2", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }

[target.x86_64-apple-darwin.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.2", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }

[target.aarch64-apple-darwin.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.2", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }

[target.aarch64-apple-darwin.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.2", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }

[target.x86_64-unknown-illumos.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.2", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.5", default-features = false, features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
Expand All @@ -277,7 +277,7 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-f
errno = { version = "0.3.2", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.5", default-features = false, features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
Expand Down

0 comments on commit 2988235

Please sign in to comment.