aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-02-05 13:02:02 +0100
committerAlex Auvolat <alex@adnab.me>2024-02-05 13:02:02 +0100
commitfe1af5d98b8e6c87f39f1d94586e61bff100e7d2 (patch)
tree188d7487cc699cc521ab46c5e06d86216edf6a3f /Cargo.lock
parentf65da26ae2627383c47b80f78f6bce54eb74d525 (diff)
downloadgarage-fe1af5d98b8e6c87f39f1d94586e61bff100e7d2.tar.gz
garage-fe1af5d98b8e6c87f39f1d94586e61bff100e7d2.zip
[dep-upgrade-202402] refactor dependencies: move all as workspace deps
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock51
1 files changed, 0 insertions, 51 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9d730170..334e6918 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -976,19 +976,6 @@ dependencies = [
]
[[package]]
-name = "env_logger"
-version = "0.10.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
-dependencies = [
- "humantime",
- "is-terminal",
- "log",
- "regex",
- "termcolor",
-]
-
-[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1306,12 +1293,10 @@ dependencies = [
name = "garage_db"
version = "0.9.1"
dependencies = [
- "clap 4.4.18",
"err-derive",
"heed",
"hexdump",
"mktemp",
- "pretty_env_logger",
"rusqlite",
"sled",
"tracing",
@@ -1696,12 +1681,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
-name = "humantime"
-version = "2.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
-
-[[package]]
name = "hyper"
version = "0.14.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1875,17 +1854,6 @@ dependencies = [
]
[[package]]
-name = "is-terminal"
-version = "0.4.10"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
-dependencies = [
- "hermit-abi",
- "rustix",
- "windows-sys 0.52.0",
-]
-
-[[package]]
name = "itertools"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2742,16 +2710,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
-name = "pretty_env_logger"
-version = "0.5.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c"
-dependencies = [
- "env_logger",
- "log",
-]
-
-[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3622,15 +3580,6 @@ dependencies = [
]
[[package]]
-name = "termcolor"
-version = "1.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
-dependencies = [
- "winapi-util",
-]
-
-[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"