diff --git a/bucket/deno.json b/bucket/deno.json index c20bbab86b..bd60707367 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.2.3", + "version": "1.3.0", "description": "A secure runtime for JavaScript and TypeScript", "homepage": "https://deno.land", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/denoland/deno/releases/download/v1.2.3/deno-x86_64-pc-windows-msvc.zip", - "hash": "a7137391de6258bef5fa42f97e6870eeab88e87133105a1ebea4d0af9f10bdbc" + "url": "https://github.com/denoland/deno/releases/download/v1.3.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "c7530b0ca8f2c2c63bc7ff77f7abb3b2a1aebcb7f79030c442f1298df0e54553" } }, "bin": "deno.exe",