Removing common-multipart-rfc7578 crate
Rust Build / Rustfmt (pull_request) Successful in 42s
Rust Build / Test Suite (pull_request) Successful in 44s

This commit is contained in:
2026-06-18 17:20:08 -04:00
parent b243201302
commit abe54bfe63
2 changed files with 8 additions and 45 deletions
Generated
+7 -44
View File
@@ -204,22 +204,6 @@ version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "common-multipart-rfc7578"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f08d53b5e0c302c5830cfa7511ba0edc3f241c691a95c0d184dfb761e11a6cc2"
dependencies = [
"bytes",
"futures-core",
"futures-util",
"http",
"mime",
"mime_guess",
"rand",
"thiserror 1.0.69",
]
[[package]] [[package]]
name = "concurrent-queue" name = "concurrent-queue"
version = "2.5.0" version = "2.5.0"
@@ -1075,7 +1059,7 @@ dependencies = [
"regex", "regex",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.18", "thiserror",
"time", "time",
] ]
@@ -1982,7 +1966,7 @@ checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d"
dependencies = [ dependencies = [
"num-bigint", "num-bigint",
"num-traits", "num-traits",
"thiserror 2.0.18", "thiserror",
"time", "time",
] ]
@@ -2071,7 +2055,7 @@ dependencies = [
"serde_json", "serde_json",
"sha2", "sha2",
"smallvec", "smallvec",
"thiserror 2.0.18", "thiserror",
"time", "time",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
@@ -2155,7 +2139,7 @@ dependencies = [
"smallvec", "smallvec",
"sqlx-core", "sqlx-core",
"stringprep", "stringprep",
"thiserror 2.0.18", "thiserror",
"time", "time",
"tracing", "tracing",
"uuid", "uuid",
@@ -2194,7 +2178,7 @@ dependencies = [
"smallvec", "smallvec",
"sqlx-core", "sqlx-core",
"stringprep", "stringprep",
"thiserror 2.0.18", "thiserror",
"time", "time",
"tracing", "tracing",
"uuid", "uuid",
@@ -2220,7 +2204,7 @@ dependencies = [
"serde", "serde",
"serde_urlencoded", "serde_urlencoded",
"sqlx-core", "sqlx-core",
"thiserror 2.0.18", "thiserror",
"time", "time",
"tracing", "tracing",
"url", "url",
@@ -2297,7 +2281,6 @@ version = "0.1.11"
dependencies = [ dependencies = [
"axum", "axum",
"axum-extra", "axum-extra",
"common-multipart-rfc7578",
"futures", "futures",
"josekit", "josekit",
"jsonwebtoken", "jsonwebtoken",
@@ -2333,33 +2316,13 @@ dependencies = [
"uuid", "uuid",
] ]
[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl 1.0.69",
]
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.18" version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [ dependencies = [
"thiserror-impl 2.0.18", "thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote",
"syn",
] ]
[[package]] [[package]]
+1 -1
View File
@@ -25,6 +25,6 @@ utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.1-29-ad632fca16-111" } textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.1-29-ad632fca16-111" }
[dev-dependencies] [dev-dependencies]
common-multipart-rfc7578 = { version = "0.7.0" } # common-multipart-rfc7578 = { version = "0.7.0" }
url = { version = "2.5.8" } url = { version = "2.5.8" }
tempfile = { version = "3.27.0" } tempfile = { version = "3.27.0" }