Skip to content

Commit 29a837a

Browse files
build(deps): update async-tls requirement from 0.11 to 0.12
Updates the requirements on [async-tls](https://github.com/async-std/async-tls) to permit the latest version. - [Release notes](https://github.com/async-std/async-tls/releases) - [Commits](async-rs/async-tls@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: async-tls dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eea8fc7 commit 29a837a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ path = "../glib"
1717
path = "../gio"
1818

1919
[dependencies.async-tls]
20-
version = "0.11"
20+
version = "0.12"
2121
optional = true
2222

2323
[build-dependencies.glib-build-tools]

0 commit comments

Comments
 (0)