ci: pin clap_lex

This commit is contained in:
Rob Ede 2023-08-26 18:41:36 +01:00
parent 53302bfab3
commit f72980ed59
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 2 additions and 1 deletions

View File

@ -56,6 +56,7 @@ jobs:
if: matrix.version.name != 'stable'
run: |
cargo update -p=clap --precise=4.3.24
cargo update -p=clap_lex --precise=0.5.0
- name: check minimal
run: cargo ci-check-min

View File

@ -16,7 +16,7 @@ extern crate tls_rustls_021 as rustls;
use std::io;
use actix_http::{Error, HttpService, Request, Response, Version};
use actix_http::{Error, HttpService, Request, Response};
use actix_utils::future::ok;
#[actix_rt::main]