diff options
| author | seth <[email protected]> | 2024-10-10 07:26:29 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-10 07:26:29 -0400 |
| commit | c61b701095a1f6b52777d317275f34687e57ee3e (patch) | |
| tree | e5b1e80fa8040b593aeebb9daf83bcc9d78c6e81 /crates/discord-bot/Cargo.toml | |
| parent | 4e1fab6ff1d17a0fff50e1a87af8c0bbe8c075f9 (diff) | |
rise once again my glorious creation (#51)
* git-tracker: update tips after fetch + cleanup
* nix: use nix-filter
* ci: cleanup
* crates: update
* git-tracker: don't spam log while transferring
* nix: fix static package eval
Diffstat (limited to 'crates/discord-bot/Cargo.toml')
| -rw-r--r-- | crates/discord-bot/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/discord-bot/Cargo.toml b/crates/discord-bot/Cargo.toml index e45d30e..4eff6ac 100644 --- a/crates/discord-bot/Cargo.toml +++ b/crates/discord-bot/Cargo.toml @@ -14,14 +14,14 @@ name = "nixpkgs-tracker-bot" path = "src/main.rs" [dependencies] -dotenvy = "0.15.7" -env_logger = "0.11.5" -eyre = "0.6.12" +dotenvy = "0.15" +env_logger = "0.11" +eyre = "0.6" git-tracker.workspace = true log.workspace = true nixpkgs-tracker-http.workspace = true -serenity = { version = "0.12.2", features = ["unstable_discord_api"] } -tokio = { version = "1.40.0", features = [ +serenity = { version = "0.12", features = ["unstable_discord_api"] } +tokio = { version = "1.40", features = [ "macros", "rt-multi-thread", "signal" |
