mirror of
https://gitea.0xace.cc/rust/github-release-bot.git
synced 2024-11-25 05:46:40 +00:00
update deps, use clap 4 and update edition to 2021
This commit is contained in:
parent
e3907c76b6
commit
e9c10facaf
10
Cargo.toml
10
Cargo.toml
@ -1,18 +1,18 @@
|
||||
[package]
|
||||
name = "github-release-bot"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
authors = ["ace <ace@0xace.cc>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_yaml = "0.8"
|
||||
octocrab = "0.13"
|
||||
serde_yaml = "0.9"
|
||||
octocrab = "0.18"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
futures = "0.3"
|
||||
clap = { git = "https://github.com/clap-rs/clap" , rev = "08b2f4d4289eca8a9225bbc56d5a5ad1e99e38e1" }
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot", rev = "65ad5cfd578e9a1260ce6daac714eb2153c0bec7" }
|
||||
log = "0.4"
|
||||
stderrlog = "0.5"
|
||||
|
Loading…
Reference in New Issue
Block a user