diff --git a/Cargo.toml b/Cargo.toml index f0d242c..cbbd7dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telegram-message-source" -version = "1.1.1" +version = "1.1.2" authors = ["Itsusinn "] edition = "2018" @@ -57,13 +57,15 @@ reqwest = { version = "0.11.5" ,default-features = false ,features = ["rustls"," sled = "0.34.7" # mesagisto -nats = "0.15.2" -mesagisto-client = { git = "https://github.com/MeowCat-Studio/mesagisto-client-rs.git", rev = "472387" } +nats = "0.16.0" +mesagisto-client = { git = "https://github.com/MeowCat-Studio/mesagisto-client-rs.git", rev = "8d74323" } +# 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" } # singleton = { path = "/home/itsusinn/Workspace/Code/singleton-rs" } either = "1.6.1" # hex = "0.4" +base64-url = "1.4.10" [dependencies.pyo3] version = "0.14.5"