diff --git a/bin/.act-0.2.70.pkg b/bin/.act-0.2.71.pkg similarity index 100% rename from bin/.act-0.2.70.pkg rename to bin/.act-0.2.71.pkg diff --git a/bin/act b/bin/act index 5c5e9932a5..b510f17dc4 120000 --- a/bin/act +++ b/bin/act @@ -1 +1 @@ -.act-0.2.70.pkg \ No newline at end of file +.act-0.2.71.pkg \ No newline at end of file diff --git a/smoketest/echo/go.mod b/smoketest/echo/go.mod index 28055344fd..9412ecdd01 100644 --- a/smoketest/echo/go.mod +++ b/smoketest/echo/go.mod @@ -4,7 +4,7 @@ go 1.23.0 replace github.com/block/ftl => ../.. -require github.com/block/ftl v0.416.0 +require github.com/block/ftl v0.419.0 require ( github.com/alecthomas/participle/v2 v2.1.1 // indirect diff --git a/smoketest/origin/go.mod b/smoketest/origin/go.mod index 17f1eb9494..90ff193abf 100644 --- a/smoketest/origin/go.mod +++ b/smoketest/origin/go.mod @@ -2,7 +2,7 @@ module ftl/origin go 1.23.0 -require github.com/block/ftl v0.416.0 +require github.com/block/ftl v0.419.0 require ( al.essio.dev/pkg/shellescape v1.5.1 // indirect diff --git a/smoketest/relay/go.mod b/smoketest/relay/go.mod index ac8f1cd817..126f35c0d8 100644 --- a/smoketest/relay/go.mod +++ b/smoketest/relay/go.mod @@ -2,7 +2,7 @@ module ftl/relay go 1.23.0 -require github.com/block/ftl v0.416.0 +require github.com/block/ftl v0.419.0 require ( al.essio.dev/pkg/shellescape v1.5.1 // indirect diff --git a/sqlc-gen-ftl/Cargo.lock b/sqlc-gen-ftl/Cargo.lock index 9c903ff659..67b41ad4b4 100644 --- a/sqlc-gen-ftl/Cargo.lock +++ b/sqlc-gen-ftl/Cargo.lock @@ -1013,12 +1013,13 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.14.0" +version = "3.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" +checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" dependencies = [ "cfg-if", "fastrand", + "getrandom", "once_cell", "rustix", "windows-sys 0.59.0",