Skip to content

Commit 70ed2dc

Browse files
authored
bump version (#402)
- Bump mbedtls version to 0.13.3. - Bump mbedtls-sys-auto to 2.28.12
1 parent 1dd7de1 commit 70ed2dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mbedtls-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mbedtls-sys-auto"
3-
version = "2.28.11"
3+
version = "2.28.12"
44
authors = ["Jethro Beekman <[email protected]>"]
55
build = "build/build.rs"
66
license = "Apache-2.0 OR GPL-2.0-or-later"

mbedtls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mbedtls"
33
# We jumped from v0.9 to v0.12 because v0.10 and v0.11 were based on mbedtls 3.X, which
44
# we decided not to support.
5-
version = "0.13.2"
5+
version = "0.13.3"
66
authors = ["Jethro Beekman <[email protected]>"]
77
build = "build.rs"
88
edition = "2018"

0 commit comments

Comments
 (0)