From da4c7d35866bba10f118f069914f6611355637a7 Mon Sep 17 00:00:00 2001 From: itsusinn Date: Tue, 1 Feb 2022 12:11:19 +0800 Subject: [PATCH] build: update deps --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bae83b0..aad4d6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "telegram-message-source" version = "1.1.4" authors = ["Itsusinn "] -edition = "2018" +edition = "2021" [dependencies] # bot @@ -45,7 +45,6 @@ once_cell = "1.8.0" educe = "0.4.18" num-bigint = "0.4.2" arcstr = { version = "1.1.1", features = ["serde"] } -bytes = { version = "1.1.0", features = ["serde"] } # webhook warp = "0.3.1" @@ -58,7 +57,7 @@ sled = "0.34.7" # mesagisto nats = "0.16.0" -mesagisto-client = { branch = "master", git = "https://github.com/MeowCat-Studio/mesagisto-client-rs.git"} +mesagisto-client = { rev = "68f0505", git = "https://github.com/MeowCat-Studio/mesagisto-client-rs.git"} # mesagisto-client = { path = "../../mesagisto-client/rust" } automatic-config = { git = "https://github.com/Itsusinn/automatic-config-rs.git" } singleton = { git = "https://github.com/Itsusinn/singleton-rs.git", rev = "bee321c" }