update dependencies, add regex
This commit is contained in:
parent
48074cd200
commit
4709db8ead
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
|
||||
|
||||
[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"]
|
||||
|
|
Loading…
Reference in New Issue