From 0d99991827dacf8a527fd19ed340e44c943a583d Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 26 Oct 2024 17:08:47 +0200 Subject: [PATCH] Update dependencies --- Cargo.lock | 9 +++++---- Cargo.toml | 4 ++-- flake.lock | 12 ++++++------ rust-toolchain.toml | 2 +- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d59f58..de04ec7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" [[package]] name = "bitflags" @@ -36,14 +36,15 @@ dependencies = [ [[package]] name = "drm" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d000ffcf7a146ee52444a31b78ac82f981ebba5de6fb19f0b1052d98c8e5f308" +checksum = "80bc8c5c6c2941f70a55c15f8d9f00f9710ebda3ffda98075f996a0e6c92756f" dependencies = [ "bitflags", "bytemuck", "drm-ffi", "drm-fourcc", + "libc", "rustix", ] diff --git a/Cargo.toml b/Cargo.toml index c409202..8bc7a2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.89" -drm = "0.14.0" \ No newline at end of file +anyhow = "1.0.91" +drm = "0.14.1" \ No newline at end of file diff --git a/flake.lock b/flake.lock index e405cd7..3d21709 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1727937504, - "narHash": "sha256-LArYFBmjtUeoCyrVM5volpdqeRczRnYH20AZaeTMD+o=", + "lastModified": 1729850857, + "narHash": "sha256-WvLXzNNnnw+qpFOmgaM3JUlNEH+T4s22b5i2oyyCpXE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "2497fcbfa209055362f1029dcbd6bf9c928e937b", + "rev": "41dea55321e5a999b17033296ac05fe8a8b5a257", "type": "github" }, "original": { @@ -48,11 +48,11 @@ ] }, "locked": { - "lastModified": 1727922550, - "narHash": "sha256-pJoN5Qd83coaoEJmpkxw+cuh89IJORvLm8qyw3GMLIQ=", + "lastModified": 1729909612, + "narHash": "sha256-eXqxxbOagphPfjPptSlv0pQONB3fH15CQ4G8uCu1BW4=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "5e3eee4bc42a2504653bedfe95bceda9a1e85ae7", + "rev": "17cadbc36da05e75197d082decb382a5f4208e30", "type": "github" }, "original": { diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1de01fa..2e2b8c8 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.81.0" +channel = "1.82.0"