aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-xCargo.lock15
1 files changed, 14 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2837c689..8e7687cb 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -329,6 +329,7 @@ dependencies = [
"azalea-core",
"azalea-nbt",
"azalea-registry",
+ "enum-as-inner 0.5.1",
"log",
"nohash-hasher",
"thiserror",
@@ -650,6 +651,18 @@ dependencies = [
]
[[package]]
+name = "enum-as-inner"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
+dependencies = [
+ "heck",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
name = "env_logger"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1969,7 +1982,7 @@ dependencies = [
"async-trait",
"cfg-if",
"data-encoding",
- "enum-as-inner",
+ "enum-as-inner 0.3.4",
"futures-channel",
"futures-io",
"futures-util",