update dependencies, add regex
This commit is contained in:
parent
b2e169fb0b
commit
193dfdd383
File diff suppressed because it is too large
Load Diff
|
@ -7,7 +7,7 @@ edition = "2018"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serenity = "0.8.6"
|
serenity = "0.8.7"
|
||||||
rand = "0.7.3"
|
rand = "0.7.3"
|
||||||
toml = "0.5.6"
|
toml = "0.5.6"
|
||||||
sys-info = "0.7.0"
|
sys-info = "0.7.0"
|
||||||
|
@ -17,14 +17,15 @@ lazy_static = "1.4.0"
|
||||||
colored = "2.0.0"
|
colored = "2.0.0"
|
||||||
brainfrick = "1.1.1"
|
brainfrick = "1.1.1"
|
||||||
percent-encoding = "2.1.0"
|
percent-encoding = "2.1.0"
|
||||||
|
regex = "1.3.9"
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }
|
openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }
|
||||||
|
|
||||||
[dependencies.serde]
|
[dependencies.serde]
|
||||||
version = "1.0.114"
|
version = "1.0.116"
|
||||||
features = ["derive"]
|
features = ["derive"]
|
||||||
|
|
||||||
[dependencies.reqwest]
|
[dependencies.reqwest]
|
||||||
version = "0.10.7"
|
version = "0.10.8"
|
||||||
features = ["blocking", "json"]
|
features = ["blocking", "json"]
|
||||||
|
|
Loading…
Reference in New Issue