Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Jul 21, 2022
1 parent 88556c9 commit 4b8dcb0
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 74 deletions.
118 changes: 51 additions & 67 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ tokio-console = ["console-subscriber","tokio/tracing"]

[dependencies]
# bot
teloxide = { version = "0.9.2", default-features = false, features = ["macros", "auto-send","ctrlc_handler","rustls","nightly"] }
teloxide-core = { version = "0.6.3", default-features = false, features = ["rustls","cache_me"] }
teloxide-macros = "0.6.2"
teloxide = { version = "0.10.0", default-features = false, features = ["macros", "auto-send","ctrlc_handler","rustls","nightly"] }
teloxide-core = { version = "0.7.0", default-features = false, features = ["rustls","cache_me"] }
teloxide-macros = "0.6.3"

# logging
tracing = "0.1.35"
tracing-subscriber = { version = "0.3.14", default-features = false, features = ["tracing-log", "std", "local-time","fmt"] }
tracing-subscriber = { version = "0.3.15", default-features = false, features = ["tracing-log", "std", "local-time","fmt"] }
colored = "2.0.0"
time = { version = "0.3.11", features = ["macros", "local-offset"] }
chrono = "0.4.19"

# serialization
serde = { version = "1.0.139", default-features = false, features = ["derive","rc"] }
serde = { version = "1.0.140", default-features = false, features = ["derive","rc"] }
serde_json = "1.0.82"
serde_yaml = "0.8.25"
serde_yaml = "0.8.26"

# asynchronous
tokio = { version = "1.19.2", default-features = false, features = ["macros","signal","rt-multi-thread"] }
tokio = { version = "1.20.0", default-features = false, features = ["macros","signal","rt-multi-thread"] }
tokio-util = "0.7.3"
tokio-stream = "0.1.9"
futures = "0.3.21"
Expand Down

0 comments on commit 4b8dcb0

Please sign in to comment.