about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2024-04-04 19:53:00 +0200
committerPhilipp Krones <hello@philkrones.com>2024-04-04 19:53:00 +0200
commita809a726671bc81206e2ab9cba59873f6e741212 (patch)
treeb5337acfe1590407149a6822c2eea8d6da54368e
parenteedf15a1dc54097439ecd524e315665f18eaf31c (diff)
downloadrust-a809a726671bc81206e2ab9cba59873f6e741212.tar.gz
rust-a809a726671bc81206e2ab9cba59873f6e741212.zip
Update Cargo.lock
-rw-r--r--Cargo.lock14
1 files changed, 0 insertions, 14 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d5c9a5e4d0d..bf31bf72d4c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -593,7 +593,6 @@ dependencies = [
  "syn 2.0.55",
  "tempfile",
  "termize",
- "tester",
  "tokio",
  "toml 0.7.8",
  "ui_test 0.22.2",
@@ -5509,19 +5508,6 @@ dependencies = [
 ]
 
 [[package]]
-name = "tester"
-version = "0.9.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "89e8bf7e0eb2dd7b4228cc1b6821fc5114cd6841ae59f652a85488c016091e5f"
-dependencies = [
- "cfg-if",
- "getopts",
- "libc",
- "num_cpus",
- "term",
-]
-
-[[package]]
 name = "thin-vec"
 version = "0.2.13"
 source = "registry+https://github.com/rust-lang/crates.io-index"