Skip to content

Commit

Permalink
feat: add automatic server icon change every 24-48h
Browse files Browse the repository at this point in the history
  • Loading branch information
melothemarten committed Jul 3, 2024
1 parent 7455f78 commit c80b355
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 48 deletions.
82 changes: 42 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
shuttle-runtime = "0.44.0"
shuttle-serenity = "0.44.0"
shuttle-shared-db = { version = "0.44.0", features = ["postgres"] }
shuttle-runtime = "0.46.0"
shuttle-serenity = "0.46.0"
shuttle-shared-db = { version = "0.46.0", features = ["postgres"] }
poise = "0.6"
anyhow = "1.0"
tokio = "1.28"
Expand All @@ -25,6 +25,6 @@ rusttype = { version = "0.9", default-features = false } # interact with imagepr
once_cell = "1.13"
humantime = "2.1.0"
rand = "0.8.5"
chrono = "0.4.26"
syn = { version = "2.0.60", features = ["full"] }
chrono = "0.4.38"
syn = { version = "2.0.68", features = ["full"] }
quote = "1.0.36"
Loading

0 comments on commit c80b355

Please sign in to comment.