edge-runtime: 1.53.3 -> 1.53.4

This commit is contained in:
R. Ryantm 2024-06-07 05:26:09 +00:00
parent a73df7dc95
commit 81641e04a0
2 changed files with 4 additions and 2 deletions

View File

@ -1956,6 +1956,7 @@ dependencies = [
"deno_core",
"log",
"serde",
"strum",
"tokio",
"uuid",
]
@ -4795,6 +4796,7 @@ name = "sb_module_loader"
version = "0.1.0"
dependencies = [
"anyhow",
"base64 0.21.7",
"deno_ast",
"deno_core",
"deno_fs",

View File

@ -11,7 +11,7 @@
let
pname = "edge-runtime";
version = "1.53.3";
version = "1.53.4";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage {
owner = "supabase";
repo = pname;
rev = "v${version}";
hash = "sha256-eGFLwypLgoTKUapG3kbI9J9jSyR39JtKgM0dwtkR9zk=";
hash = "sha256-sDgGfQiAUuI+JaF0BRB5lwvjbWWIoTV/k/tbQsBBc4E=";
fetchSubmodules = true;
};