From 9073513e27024a26c9fc7cb7624daf6c0f31a922 Mon Sep 17 00:00:00 2001 From: Aaron Kaiser Date: Wed, 15 May 2024 13:17:41 +0200 Subject: [PATCH] Update shared_memory_heap --- Cargo.lock | 10 +++++----- default.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c52fdca..7fdcb23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,18 +973,18 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "serde" -version = "1.0.201" +version = "1.0.202" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c" +checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.201" +version = "1.0.202" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865" +checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" dependencies = [ "proc-macro2", "quote", @@ -994,7 +994,7 @@ dependencies = [ [[package]] name = "shared_memory_heap" version = "0.1.0" -source = "git+https://gitea.rixxc.de/rixxc/shared_memory_heap.git#0200b3c91311f2f7bd5b5f74738ede773b584285" +source = "git+https://gitea.rixxc.de/rixxc/shared_memory_heap.git#9ec0b728c2936c57ef8b0e6b015cdcc0474060d4" dependencies = [ "libc", ] diff --git a/default.nix b/default.nix index e0595ac..c0d7da0 100644 --- a/default.nix +++ b/default.nix @@ -27,7 +27,7 @@ rustPlatform.buildRustPackage lockFile = ./Cargo.lock; outputHashes = { "agent_lib-0.1.0" = "sha256-G9PCNDLaJ18pXjoKmdSFOYFT81VJ9GxapOi7EFZMTks="; - "shared_memory_heap-0.1.0" = "sha256-zgO/SfJEFVuHGyuYKsEc0Jm8q/YxkXF92SBhO0+HbdI="; + "shared_memory_heap-0.1.0" = "sha256-pWwmMGofgXrF7U4Tj/S6pRWXrcy6OPj9zyMii+vrWNo="; }; };