chore: update to newer mbedtls crate version

This commit is contained in:
Michael Richardson
2023-08-10 17:31:27 -04:00
parent 4d7036984f
commit f2d47b8b2a
2 changed files with 7 additions and 6 deletions

View File

@@ -5,5 +5,5 @@ edition = "2021"
[dependencies]
mbedtls = { version = "0.8.1" }
mbedtls = { version = "0.11.0" }
ureq = { path = "../.." }