feat: added download and upload commands
redid actions to better support different clients
This commit is contained in:
Generated
+11
-2
@@ -3496,6 +3496,7 @@ dependencies = [
|
||||
"bytes",
|
||||
"chrono",
|
||||
"enum_delegate",
|
||||
"futures-core",
|
||||
"http",
|
||||
"http-body-util",
|
||||
"hyper",
|
||||
@@ -3511,6 +3512,8 @@ dependencies = [
|
||||
"sqlx",
|
||||
"thiserror 2.0.11",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-util",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
@@ -3523,6 +3526,7 @@ dependencies = [
|
||||
"chrono",
|
||||
"cron",
|
||||
"futures",
|
||||
"futures-core",
|
||||
"http",
|
||||
"http-body",
|
||||
"http-body-util",
|
||||
@@ -3543,6 +3547,7 @@ dependencies = [
|
||||
"sparse-actions",
|
||||
"thiserror 2.0.11",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
"tower-service",
|
||||
"tracing",
|
||||
]
|
||||
@@ -3557,6 +3562,7 @@ dependencies = [
|
||||
"axum-server",
|
||||
"chrono",
|
||||
"futures",
|
||||
"http-body-util",
|
||||
"rcgen",
|
||||
"rustls",
|
||||
"rustls-pki-types",
|
||||
@@ -3566,7 +3572,9 @@ dependencies = [
|
||||
"sqlx",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-util",
|
||||
"tracing",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3611,6 +3619,7 @@ dependencies = [
|
||||
"thiserror 1.0.69",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-util",
|
||||
"tower 0.4.13",
|
||||
"tower-http 0.5.2",
|
||||
"tracing",
|
||||
@@ -4616,9 +4625,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
||||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
version = "1.14.0"
|
||||
version = "1.15.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1"
|
||||
checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587"
|
||||
dependencies = [
|
||||
"getrandom 0.3.1",
|
||||
"serde",
|
||||
|
||||
Reference in New Issue
Block a user