deploy button

This commit is contained in:
2025-11-25 16:17:20 -06:00
parent 41c1439192
commit 2e555d53d1
5 changed files with 66 additions and 6 deletions
Generated
+3 -2
View File
@@ -1156,6 +1156,7 @@ dependencies = [
"markdown",
"rfd",
"serde",
"tempfile",
"thiserror 2.0.16",
"tinyrand",
"tokio",
@@ -3128,9 +3129,9 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.21.0"
version = "3.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e"
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
dependencies = [
"fastrand",
"getrandom",