From 283858fea3a774175286a39e5aaf76bc8e3cadfa Mon Sep 17 00:00:00 2001 From: N08I40K Date: Thu, 17 Apr 2025 01:10:19 +0400 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6=D0=BD?= =?UTF-8?q?=D1=8B=D0=B9=20=D1=84=D0=B8=D0=BA=D1=81=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=B2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40a9b4a..35e785e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1097,7 +1097,7 @@ dependencies = [ [[package]] name = "firebase-messaging-rs" version = "0.8.10" -source = "git+ssh://git@github.com/i10416/firebase-messaging-rs.git#f2cb78b0bda33a41962a1a2ed178fb9c5be59e6a" +source = "git+https://github.com/i10416/firebase-messaging-rs.git#f2cb78b0bda33a41962a1a2ed178fb9c5be59e6a" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c36843f..798808a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ diesel = { version = "2.2.8", features = ["postgres"] } diesel-derive-enum = { git = "https://github.com/Havunen/diesel-derive-enum.git", features = ["postgres"] } dotenvy = "0.15.7" env_logger = "0.11.7" -firebase-messaging-rs = { git = "ssh://git@github.com/i10416/firebase-messaging-rs.git" } +firebase-messaging-rs = { git = "https://github.com/i10416/firebase-messaging-rs.git" } futures-util = "0.3.31" fuzzy-matcher = "0.3.7" jsonwebtoken = { version = "9.3.1", features = ["use_pem"] }