fix(deps): update rust crate x11-dl to 2.21 (#10)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-01-19 02:37:33 +02:00
committed by GitHub
parent 1064b9f6e5
commit 3b25a458cb

View File

@@ -28,7 +28,7 @@ features = [
]
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
x11-dl = "2.20"
x11-dl = "2.21"
[dev-dependencies]
winit = "0.27"