diff --git a/Cargo.toml b/Cargo.toml index 6f4cb12..299169f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,10 +27,10 @@ rand = "0.8.5" regex = "1.9.5" reqwest = "0.11.20" serde_json = "1.0.105" -shuttle-poise = { git = "https://github.com/shuttle-hq/shuttle" } -shuttle-runtime = { git = "https://github.com/shuttle-hq/shuttle" } -shuttle-secrets = { git = "https://github.com/shuttle-hq/shuttle" } -shuttle-static-folder = { git = "https://github.com/shuttle-hq/shuttle" } +shuttle-poise = { git = "https://github.com/jdh8/shuttle", branch = "deploy" } +shuttle-runtime = { git = "https://github.com/jdh8/shuttle", branch = "deploy" } +shuttle-secrets = { git = "https://github.com/jdh8/shuttle", branch = "deploy" } +shuttle-static-folder = { git = "https://github.com/jdh8/shuttle", branch = "deploy" } strum = { version = "0.25", features = ["derive"] } tokio = { version = "1.32.0", features = ["full"] } tree_magic_mini = "3.0.3"