From 16a3b156b984d41aef7fe2a55b5a3996e72c0cbc Mon Sep 17 00:00:00 2001 From: David Craven Date: Sun, 9 Feb 2025 13:08:35 +0100 Subject: [PATCH] Use upstream slack-morphism. --- Cargo.lock | 4 ++-- tc-cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a578a3ae..18534c3ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17121,7 +17121,7 @@ dependencies = [ [[package]] name = "slack-morphism" version = "2.9.0" -source = "git+https://github.com/dvc94ch/slack-morphism-rust?branch=files-delete#f33ead88a58e1f13af007eb51a36d0be0f45386a" +source = "git+https://github.com/abdolence/slack-morphism-rust#babc68bfed9490545d7e721a58e95d78a71fc171" dependencies = [ "async-recursion", "async-trait", @@ -20021,7 +20021,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "slack-morphism 2.9.0 (git+https://github.com/dvc94ch/slack-morphism-rust?branch=files-delete)", + "slack-morphism 2.9.0 (git+https://github.com/abdolence/slack-morphism-rust)", "tabled 0.16.0", "tc-subxt", "time-primitives", diff --git a/tc-cli/Cargo.toml b/tc-cli/Cargo.toml index 74e1581b3..3e610dab6 100644 --- a/tc-cli/Cargo.toml +++ b/tc-cli/Cargo.toml @@ -28,7 +28,7 @@ scale-codec.workspace = true serde = { workspace = true, features = ["derive"] } serde_json = "1.0.138" serde_yaml = "0.9.34" -slack-morphism = { version = "2.8.0", features = ["hyper"], git = "https://github.com/dvc94ch/slack-morphism-rust", branch = "files-delete" } +slack-morphism = { version = "2.8.0", features = ["hyper"], git = "https://github.com/abdolence/slack-morphism-rust" } tabled = "0.16.0" tc-subxt.workspace = true time-primitives = { workspace = true, default-features = true }