Skip to content

Commit

Permalink
Upgrade to Shuttle v0.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinegb committed Jul 30, 2024
1 parent 948d8ee commit 1b496e9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ publish = false
[dependencies]
anyhow = "1.0.68"
poise = { git = "https://github.com/fgardt/poise.git", branch = "feat/user_apps", version = "0.6.1", features = ["unstable"] }
shuttle-runtime = "0.46.0"
shuttle-runtime = "0.47.0"
# Since poise is a serenity command framework, it can run on Shuttle with shuttle-serenity
shuttle-serenity = "0.46.0"
shuttle-serenity = "0.47.0"
tracing = "0.1.37"
tokio = "1.26.0"
serde = { version = "1.0.203", features = ["derive"] }
shuttle-persist-msgpack = { version = "0.46.0", path = "shuttle-persist-msgpack" }
shuttle-persist-msgpack = { version = "0.47.0", path = "shuttle-persist-msgpack" }
rand = "0.8.5"
chrono = "0.4.38"
paste = "1.0.15"
Expand Down
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.46.0"
version = "0.47.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.56"
rmp-serde = "1.3.0"
serde = { version = "1", features = ["derive"] }
shuttle-service = "0.46.0"
shuttle-service = "0.47.0"
thiserror = "1.0.32"

0 comments on commit 1b496e9

Please sign in to comment.