diff --git a/Cargo.toml b/Cargo.toml index 873129f..abfb4d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ teloxide-core = { version = "0.4.0", default-features = false, features = ["rust teloxide-macros = "0.5.0" # logging -tracing="0.1.29" -tracing-subscriber = { version = "0.3.6", features = ["env-filter","tracing-log"]} +tracing="0.1.30" +tracing-subscriber = { version = "0.3.8", features = ["env-filter","tracing-log"]} log="0.4.14" # serialization @@ -22,11 +22,10 @@ serde_json = "1.0.68" serde_yaml = "0.8.21" # asynchronous -async-std = "1.10.0" tokio = { version = "1.15.0",default-features = false,features = ["rt-multi-thread", "macros","signal"] } -tokio-util = "0.6.8" -tokio-stream = "0.1.7" -futures = "0.3.17" +tokio-util = "0.6.9" +tokio-stream = "0.1.8" +futures = "0.3.21" # error handling thiserror = "1.0.30" @@ -40,11 +39,13 @@ aes-gcm = {version = "0.9.4",features = ["std"]} # tools url = "2.2.2" -dashmap = { version = "5.0.0",features = ["serde"] } +dashmap = { version = "4.0.2",features = ["serde"] } once_cell = "1.8.0" -educe = "0.4.18" +educe = {version = "0.4.18", default-features = false,features = ["Default"]} num-bigint = "0.4.2" arcstr = { version = "1.1.1", features = ["serde"] } +yaml-rust = "0.4.5" +linked-hash-map = "0.5.4" # webhook warp = "0.3.1" @@ -56,12 +57,13 @@ sled = "0.34.7" # mesagisto nats = "0.17.0" -mesagisto-client = { rev = "414e33", git = "https://github.com/MeowCat-Studio/mesagisto-client-rs.git"} +mesagisto-client = { rev = "49e7c5", git = "https://github.com/MeowCat-Studio/mesagisto-client-rs.git"} # mesagisto-client = { path = "../../mesagisto-client/rust" } automatic-config = { rev = "688afad", git = "https://github.com/Itsusinn/automatic-config-rs.git" } # automatic-config = { path = "/code/automatic-config-rs" } + singleton = { git = "https://github.com/Itsusinn/singleton-rs.git", rev = "bee321c" } -# singleton = { path = "/home/itsusinn/Workspace/Code/singleton-rs" } +# singleton = { path = "/code/singleton-rs" } either = "1.6.1" # hex = "0.4" base64-url = "1.4.10"