Skip to content

Commit

Permalink
Upgrade to Shuttle v0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinegb committed Oct 1, 2024
1 parent 04837ec commit e965458
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 34 deletions.
175 changes: 149 additions & 26 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ publish = false

[dependencies]
anyhow = "1.0.89"
poise = { git = "https://github.com/fgardt/poise.git", branch = "feat/user_apps", version = "0.6.1", features = ["unstable"] }
shuttle-runtime = "0.47.0"
poise = { git = "https://github.com/fgardt/poise.git", branch = "feat/user_apps", version = "0.6.1", features = [ "unstable" ] }
shuttle-runtime = "0.48.0"
# Since poise is a serenity command framework, it can run on Shuttle with shuttle-serenity
shuttle-serenity = "0.47.0"
shuttle-serenity = "0.48.0"
tracing = "0.1.37"
tokio = "1.40.0"
serde = { version = "1.0.210", features = ["derive"] }
shuttle-persist-msgpack = { version = "0.47.0", path = "shuttle-persist-msgpack" }
shuttle-persist-msgpack = { version = "0.48.0", path = "shuttle-persist-msgpack" }
rand = "0.8.5"
chrono = "0.4.38"
paste = "1.0.15"
octocrab = "0.41.0"
serde_json = "1.0.128"
topgg = { version = "1.4.2", features = ["autoposter", "serenity-cached"], git = "https://github.com/Top-gg-Community/rust-sdk.git" }
topgg = { version = "1.4.2", features = [ "autoposter", "serenity-cached" ], git = "https://github.com/Top-gg-Community/rust-sdk.git" }
commit-history = { version = "0.1.0", path = "commit-history" }
charts-rs = { version = "0.3.17", features = ["image-encoder"] }

[workspace]
members = [ "commit-history","shuttle-persist-msgpack"]
members = ["commit-history", "shuttle-persist-msgpack"]
4 changes: 2 additions & 2 deletions shuttle-persist-msgpack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-persist-msgpack"
version = "0.47.0"
version = "0.48.0"
edition = "2021"
license = "Apache-2.0"
description = "Plugin for persist objects"
Expand All @@ -11,5 +11,5 @@ keywords = ["shuttle-service", "persistence"]
async-trait = "0.1.83"
rmp-serde = "1.3.0"
serde = { version = "1", features = ["derive"] }
shuttle-service = "0.47.0"
shuttle-service = "0.48.0"
thiserror = "1.0.64"

0 comments on commit e965458

Please sign in to comment.