Skip to content

Commit

Permalink
build(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
itsusinn committed Feb 6, 2022
1 parent 9f0aabf commit 2025b15
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -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"

Expand All @@ -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"

0 comments on commit 2025b15

Please sign in to comment.