forgot to push new dependencies

This commit is contained in:
2024-12-08 01:09:02 -05:00
parent f4a06a7b17
commit eda11985d6
2 changed files with 16 additions and 1 deletions

13
Cargo.lock generated
View File

@@ -204,8 +204,10 @@ dependencies = [
name = "bot"
version = "0.1.0"
dependencies = [
"chrono",
"clap",
"dotenv",
"hex_color",
"lamm",
"poise",
"rand",
@@ -292,8 +294,10 @@ checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.52.6",
]
@@ -882,6 +886,15 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hex_color"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d37f101bf4c633f7ca2e4b5e136050314503dd198e78e325ea602c327c484ef0"
dependencies = [
"rand",
]
[[package]]
name = "hkdf"
version = "0.12.4"