1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Add avatar saving functionality (without CDN support)

This commit is contained in:
NG (Graham)
2025-05-25 12:26:08 -04:00
parent 2607903f7b
commit 956bb2149d
13 changed files with 184 additions and 34 deletions

17
Cargo.lock generated
View File

@@ -62,7 +62,6 @@ dependencies = [
"flate2",
"foldhash",
"futures-core",
"h2",
"http 0.2.12",
"httparse",
"httpdate",
@@ -100,7 +99,6 @@ dependencies = [
"bytestring",
"cfg-if",
"http 0.2.12",
"regex",
"regex-lite",
"serde",
"tracing",
@@ -171,7 +169,6 @@ dependencies = [
"bytes",
"bytestring",
"cfg-if",
"cookie 0.16.2",
"derive_more 2.0.1",
"encoding_rs",
"foldhash",
@@ -184,7 +181,6 @@ dependencies = [
"mime",
"once_cell",
"pin-project-lite",
"regex",
"regex-lite",
"serde",
"serde_json",
@@ -841,17 +837,6 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "cookie"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
dependencies = [
"percent-encoding",
"time",
"version_check",
]
[[package]]
name = "cookie"
version = "0.18.1"
@@ -3471,7 +3456,7 @@ version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e274915a20ee3065f611c044bd63c40757396b6dbc057d6046aec27f14f882b9"
dependencies = [
"cookie 0.18.1",
"cookie",
"either",
"futures",
"http 0.2.12",