mirror of
https://github.com/actix/actix-web.git
synced 2024-12-16 21:26:34 +00:00
Merge branch 'master' into fix-idna-vuln
This commit is contained in:
commit
654fdd356c
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -12,6 +12,7 @@ fmt:
|
|||
downgrade-for-msrv:
|
||||
cargo update -p=parse-size --precise=1.0.0
|
||||
cargo update -p=clap --precise=4.4.18
|
||||
cargo update -p=divan --precise=0.1.15
|
||||
|
||||
msrv := ```
|
||||
cargo metadata --format-version=1 \
|
||||
|
|
Loading…
Reference in a new issue