Merge remote-tracking branch 'github/dependabot/cargo/actix-web-2.0.0' into dependabot/cargo/futures-0.3.1
This commit is contained in:
commit
c7cde6222a
4
.github/workflows/audit.yml
vendored
4
.github/workflows/audit.yml
vendored
@ -4,8 +4,8 @@ on:
|
|||||||
- cron: '0 1 * * *'
|
- cron: '0 1 * * *'
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '**/Cargo.toml'
|
- 'Cargo.toml'
|
||||||
- '**/Cargo.lock'
|
- 'Cargo.lock'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
1049
Cargo.lock
generated
1049
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@ edition = "2018"
|
|||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "1.0.9"
|
actix-web = "2.0.0"
|
||||||
badge = "0.2.0"
|
badge = "0.2.0"
|
||||||
bytes = "0.4.12"
|
bytes = "0.4.12"
|
||||||
futures = "0.3.1"
|
futures = "0.3.1"
|
||||||
@ -17,9 +17,9 @@ log4rs = "0.8.3"
|
|||||||
number_prefix = "0.3.0"
|
number_prefix = "0.3.0"
|
||||||
openssl-probe = "0.1.2"
|
openssl-probe = "0.1.2"
|
||||||
reqwest = "0.9.22"
|
reqwest = "0.9.22"
|
||||||
serde = "1.0.101"
|
serde = "1.0.103"
|
||||||
serde_derive = "1.0.101"
|
serde_derive = "1.0.103"
|
||||||
serde_json = "1.0.41"
|
serde_json = "1.0.42"
|
||||||
structopt = "0.3.5"
|
structopt = "0.3.5"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user