about summary refs log tree commit diff
path: root/src/bootstrap/Cargo.lock
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-12-17 14:26:54 +0000
committerbors <bors@rust-lang.org>2023-12-17 14:26:54 +0000
commit3a2aa5854cbeb6fea24d6d0175d16c734aa9302e (patch)
tree00e4d393643f11b18b8b4a4ba9e8af3e68388710 /src/bootstrap/Cargo.lock
parente95a69d306a24156344339ad4584efdf48d9a4fe (diff)
parent81b98a0a13013a192a02c918dbb0888dbe80b6aa (diff)
Auto merge of #119020 - onur-ozkan:remove-hex, r=albertlarsan68
remove `hex` dependency in bootstrap

First commit removes the `hex` dependency, as we can achieve the same output with the added function, which is very small and simple.

Second commit creates a test module for the helpers util and adds unit tests for multiple helper functions, including `hex_encode`.
Diffstat (limited to 'src/bootstrap/Cargo.lock')
-rw-r--r--src/bootstrap/Cargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bootstrap/Cargo.lock b/src/bootstrap/Cargo.lock
index f452b944e75..f8e6d629ba3 100644
--- a/src/bootstrap/Cargo.lock
+++ b/src/bootstrap/Cargo.lock
@@ -55,7 +55,6 @@ dependencies = [
  "cmake",
  "fd-lock",
  "filetime",
- "hex",
  "home",
  "ignore",
  "junction",
@@ -314,12 +313,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 
 [[package]]
-name = "hex"
-version = "0.4.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
-
-[[package]]
 name = "home"
 version = "0.5.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"