This commit is contained in:
parent
d57d0c2db9
commit
cf98c93a89
1337
Cargo.lock
generated
1337
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -17,13 +17,12 @@ serde_json = "1"
|
|||||||
serde_yaml = "0.9"
|
serde_yaml = "0.9"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
fern = "0.6"
|
fern = "0.7"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
reqwest = { version = "0.11", optional = true, features = [
|
reqwest = { version = "0.12", optional = true, features = [
|
||||||
"json",
|
"json",
|
||||||
"rustls",
|
"default-tls",
|
||||||
"hyper-tls",
|
|
||||||
], default-features = false }
|
], default-features = false }
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
Loading…
Reference in New Issue
Block a user