From e9b3b2eb210992b2d8301b0f4b80d55355dfaee2 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 30 Oct 2024 14:25:17 +0100 Subject: [PATCH] flake: update flake.lock (#47) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/482b57f3f27a9336e0fbc62fa99ee0f624ccf4d0?narHash=sha256-ufvRff76Y19mkRsmx%2BmAnxKE9A9VaNWC2mVY6TwumOw%3D' (2024-10-28) → 'github:nix-community/fenix/dc19afc39af5f5e69fca78ebae59170e61017df8?narHash=sha256-dcJGcoDgNBxTagW8kECwBKsRBA1ZITtQ%2Bp3N6KHg5ps%3D' (2024-10-29) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/3b3a87fe9bd3f2a79942babc1d1e385b6805c384?narHash=sha256-FsPsSjqnqMHBgDdM24DFLw4YOw0mFKYFJBcLaI6CvI8%3D' (2024-10-27) → 'github:rust-lang/rust-analyzer/cf8f950baab30f335917b177536d2d73e0aaa1ae?narHash=sha256-11FMcPraLSKuvfFF4OzmKWSKE5zXAzFqZOi3k/8/HFg%3D' (2024-10-28) ``` ### Running GitHub Actions on this PR GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action. To run GitHub Actions workflows on this PR, run: ```sh git branch -D update_flake_lock_action git fetch origin git checkout update_flake_lock_action git commit --amend --no-edit git push origin update_flake_lock_action --force ``` --------- Co-authored-by: github-actions[bot] --- Cargo.lock | 12 ++++++------ flake.lock | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cc5b55..1a746ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -957,9 +957,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" +checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" dependencies = [ "bytes", "futures-util", @@ -1726,18 +1726,18 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "serde" -version = "1.0.213" +version = "1.0.214" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1" +checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.213" +version = "1.0.214" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5" +checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766" dependencies = [ "proc-macro2", "quote", diff --git a/flake.lock b/flake.lock index cc3a603..a510215 100644 --- a/flake.lock +++ b/flake.lock @@ -6,11 +6,11 @@ "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1730097176, - "narHash": "sha256-ufvRff76Y19mkRsmx+mAnxKE9A9VaNWC2mVY6TwumOw=", + "lastModified": 1730183653, + "narHash": "sha256-dcJGcoDgNBxTagW8kECwBKsRBA1ZITtQ+p3N6KHg5ps=", "owner": "nix-community", "repo": "fenix", - "rev": "482b57f3f27a9336e0fbc62fa99ee0f624ccf4d0", + "rev": "dc19afc39af5f5e69fca78ebae59170e61017df8", "type": "github" }, "original": { @@ -112,11 +112,11 @@ "rust-analyzer-src": { "flake": false, "locked": { - "lastModified": 1730028316, - "narHash": "sha256-FsPsSjqnqMHBgDdM24DFLw4YOw0mFKYFJBcLaI6CvI8=", + "lastModified": 1730123801, + "narHash": "sha256-11FMcPraLSKuvfFF4OzmKWSKE5zXAzFqZOi3k/8/HFg=", "owner": "rust-lang", "repo": "rust-analyzer", - "rev": "3b3a87fe9bd3f2a79942babc1d1e385b6805c384", + "rev": "cf8f950baab30f335917b177536d2d73e0aaa1ae", "type": "github" }, "original": {