diff options
| author | mat <github@matdoes.dev> | 2022-11-11 23:10:38 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-11-11 23:10:38 -0600 |
| commit | 16d0cb734caee11cf5424b7b0f5d5d8e68483fe1 (patch) | |
| tree | 07b50d34f11d88add627a37c96b40a2835c1aa46 /bot | |
| parent | d2353492294ba896772df398af16427beb84b4e1 (diff) | |
| download | azalea-drasl-16d0cb734caee11cf5424b7b0f5d5d8e68483fe1.tar.xz | |
change some dependencies
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bot/Cargo.toml b/bot/Cargo.toml index 3966887e..9212f796 100644 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -1,16 +1,16 @@ [package] edition = "2021" name = "bot" -version = "0.2.0" publish = false release = false +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.65" -azalea = { path = "../azalea" } +azalea = {path = "../azalea"} env_logger = "0.9.1" -tokio = "1.19.2" -uuid = "1.1.2" parking_lot = "^0.12.1" +tokio = "^1.21.2" +uuid = "1.1.2" |
