feat: use rustls
This commit is contained in:
parent
0d144f3b61
commit
8ce74e3486
3 changed files with 87 additions and 257 deletions
|
|
@ -33,6 +33,6 @@ async fn main() {
|
|||
println!("{:?}", hour);
|
||||
println!("{:?}", reservation);
|
||||
|
||||
let res2 = client.make_reservation(first.resource_id, &reservation).await;
|
||||
println!("{:?}", res2);
|
||||
// let res2 = client.make_reservation(first.resource_id, &reservation).await;
|
||||
// println!("{:?}", res2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue