Skip to content

Commit 2331d7e

Browse files
Update Rust crate cargo_metadata to 0.22 (#833)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cargo_metadata](https://redirect.github.com/oli-obk/cargo_metadata) | workspace.dependencies | minor | `0.21` -> `0.22` | --- ### Release Notes <details> <summary>oli-obk/cargo_metadata (cargo_metadata)</summary> ### [`v0.22.0`](https://redirect.github.com/oli-obk/cargo_metadata/blob/HEAD/CHANGELOG.md#0220---TBD) [Compare Source](https://redirect.github.com/oli-obk/cargo_metadata/compare/0.21.0...0.22.0) ##### Added - Added `pub fn env_remove<K: Into<OsString>>(&mut self, key: K) -> &mut MetadataCommand` to `MetadataCommand`. - Added export of `cargo_platform` at crate's root module. ##### Changed - Updated dependencies: - `camino` from `1.0.7` to `1.1.10` - `cargo_platform` from `0.2.0` to `0.3.0` - `derive_builder` from `0.12` to `0.20` - `semver` from `1.0.7` to `1.0.26` - `serde_json` from `1.0.118` to `1.0.142` - `serde` from `1.0.136` to `1.0.219` - `thiserror` from `2.0.3` to `2.0.12` - Made `Dependency`'s `source` member the same type as `Package`'s `source` member: `Option<Source>`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Ni4wIiwidXBkYXRlZEluVmVyIjoiNDEuNzYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
1 parent 05019ad commit 2331d7e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ oxide-vpc = { path = "lib/oxide-vpc", default-features = false }
4141
# External dependencies
4242
anyhow = "1.0"
4343
bitflags = "2"
44-
cargo_metadata = "0.21"
44+
cargo_metadata = "0.22"
4545
cfg-if = "1"
4646
clap = { version = "4", features = ["derive", "string", "wrap_help"] }
4747
crc32fast = { version = "1", default-features = false }

0 commit comments

Comments
 (0)