diff options
| author | Ralf Jung <post@ralfj.de> | 2023-02-26 19:09:17 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-02-26 19:09:17 +0100 |
| commit | 3f88f4ce9b8f38e3bfc5c07e14a4bb55999b6827 (patch) | |
| tree | 0c854bb936909acc7a71f712f429c27030716eed | |
| parent | 56ac6bfc87cce22feffc079c0540c8774b00a5ca (diff) | |
| download | rust-3f88f4ce9b8f38e3bfc5c07e14a4bb55999b6827.tar.gz rust-3f88f4ce9b8f38e3bfc5c07e14a4bb55999b6827.zip | |
update lockfile
| -rw-r--r-- | Cargo.lock | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9e5deedb66f..f8268cbc46f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,7 +444,7 @@ dependencies = [ "directories", "rustc-build-sysroot", "rustc-workspace-hack", - "rustc_tools_util 0.2.1", + "rustc_tools_util", "rustc_version", "serde", "serde_json", @@ -738,7 +738,7 @@ dependencies = [ "regex", "rustc-semver", "rustc-workspace-hack", - "rustc_tools_util 0.3.0", + "rustc_tools_util", "semver", "serde", "syn", @@ -4727,12 +4727,6 @@ dependencies = [ [[package]] name = "rustc_tools_util" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "598f48ce2a421542b3e64828aa742b687cc1b91d2f96591cfdb7ac5988cd6366" - -[[package]] -name = "rustc_tools_util" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f" |
