update dependencies, add regex

This commit is contained in:
Agatha Lovelace 2020-10-04 03:57:34 +03:00
parent b2e169fb0b
commit 193dfdd383
No known key found for this signature in database
GPG Key ID: 2DB18BA2E0A80BC3
2 changed files with 733 additions and 809 deletions

1535
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.8.6"
serenity = "0.8.7"
rand = "0.7.3"
toml = "0.5.6"
sys-info = "0.7.0"
@ -17,14 +17,15 @@ lazy_static = "1.4.0"
colored = "2.0.0"
brainfrick = "1.1.1"
percent-encoding = "2.1.0"
regex = "1.3.9"
[patch.crates-io]
openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }
[dependencies.serde]
version = "1.0.114"
version = "1.0.116"
features = ["derive"]
[dependencies.reqwest]
version = "0.10.7"
version = "0.10.8"
features = ["blocking", "json"]