forgot to push new dependencies
This commit is contained in:
13
Cargo.lock
generated
13
Cargo.lock
generated
@@ -204,8 +204,10 @@ dependencies = [
|
|||||||
name = "bot"
|
name = "bot"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
"dotenv",
|
"dotenv",
|
||||||
|
"hex_color",
|
||||||
"lamm",
|
"lamm",
|
||||||
"poise",
|
"poise",
|
||||||
"rand",
|
"rand",
|
||||||
@@ -292,8 +294,10 @@ checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"android-tzdata",
|
"android-tzdata",
|
||||||
"iana-time-zone",
|
"iana-time-zone",
|
||||||
|
"js-sys",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"serde",
|
"serde",
|
||||||
|
"wasm-bindgen",
|
||||||
"windows-targets 0.52.6",
|
"windows-targets 0.52.6",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -882,6 +886,15 @@ version = "0.4.3"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
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]]
|
[[package]]
|
||||||
name = "hkdf"
|
name = "hkdf"
|
||||||
version = "0.12.4"
|
version = "0.12.4"
|
||||||
|
|||||||
@@ -12,3 +12,5 @@ clap = { version = "4.5.20", features = ["derive"] }
|
|||||||
lamm = { git = "https://github.com/minneelyyyy/lamm", branch = "dev" }
|
lamm = { git = "https://github.com/minneelyyyy/lamm", branch = "dev" }
|
||||||
regex = "1.11.1"
|
regex = "1.11.1"
|
||||||
sqlx = { version = "0.8", features = [ "runtime-tokio-native-tls", "postgres" ] }
|
sqlx = { version = "0.8", features = [ "runtime-tokio-native-tls", "postgres" ] }
|
||||||
|
chrono = "0.4.38"
|
||||||
|
hex_color = "3"
|
||||||
Reference in New Issue
Block a user