Skip to content

Commit

Permalink
chore: release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itsusinn committed Feb 6, 2022
1 parent 86371f3 commit 9049fad
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telegram-message-source"
version = "1.2.0"
version = "1.2.1"

authors = ["Itsusinn <itsusinn@foxmail.com>"]
edition = "2021"
Expand Down Expand Up @@ -32,22 +32,20 @@ thiserror = "1.0.30"
anyhow = "1.0.44"

# encoding and decoding
base64 = "0.13.0"
base64-url = "1.4.10"
# hex = "0.4"

# crypto
aes-gcm = {version = "0.9.4",features = ["std"]}

# tools
url = "2.2.2"
dashmap = { version = "4.0.2",features = ["serde"] }
once_cell = "1.8.0"
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"
either = "1.6.1"

# http
reqwest = { version = "0.11.9" ,default-features = false ,features = ["rustls","socks","rustls-tls-webpki-roots","stream","multipart"] }
Expand Down

0 comments on commit 9049fad

Please sign in to comment.