Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
itsusinn committed Feb 1, 2022
1 parent 878efa2 commit da4c7d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "telegram-message-source"
version = "1.1.4"

authors = ["Itsusinn <itsusinn@foxmail.com>"]
edition = "2018"
edition = "2021"

[dependencies]
# bot
Expand Down Expand Up @@ -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"
Expand All @@ -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" }
Expand Down

0 comments on commit da4c7d3

Please sign in to comment.