aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock40
1 files changed, 20 insertions, 20 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7e6b9fe..7ee21cd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1649,26 +1649,6 @@ dependencies = [
]
[[package]]
-name = "rubbish-proxy"
-version = "0.1.0"
-dependencies = [
- "anyhow",
- "azalea",
- "azalea-chat",
- "azalea-protocol",
- "bytes 1.2.1",
- "env_logger",
- "future-utils",
- "inotify",
- "log 0.4.17",
- "parking_lot 0.12.1",
- "serde",
- "serde_yaml",
- "tokio 1.21.2",
- "uuid",
-]
-
-[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2203,6 +2183,26 @@ dependencies = [
]
[[package]]
+name = "trash-proxy"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "azalea",
+ "azalea-chat",
+ "azalea-protocol",
+ "bytes 1.2.1",
+ "env_logger",
+ "future-utils",
+ "inotify",
+ "log 0.4.17",
+ "parking_lot 0.12.1",
+ "serde",
+ "serde_yaml",
+ "tokio 1.21.2",
+ "uuid",
+]
+
+[[package]]
name = "trust-dns-proto"
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"