mirror of
https://codeberg.org/demostf/api-client.git
synced 2026-06-03 16:44:09 +02:00
fix tls
This commit is contained in:
parent
d2fee4d3eb
commit
9f39004d1f
3 changed files with 474 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "demostf-client"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2021"
|
||||
description = "Api client for demos.tf"
|
||||
|
|
@ -20,7 +20,8 @@ reqwest = { version = "0.13.3", default-features = false, features = [
|
|||
"multipart",
|
||||
"stream",
|
||||
"form",
|
||||
"query"
|
||||
"query",
|
||||
"default-tls",
|
||||
] }
|
||||
thiserror = "2.0.18"
|
||||
hex = "0.4.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue