feat: add image etag support

This commit is contained in:
2026-03-24 23:47:38 +01:00
parent 70f77f3501
commit 7a4876b0e8
4 changed files with 25 additions and 10 deletions

7
Cargo.lock generated
View File

@@ -459,8 +459,8 @@ dependencies = [
[[package]]
name = "const-macros"
version = "0.1.1"
source = "git+https://git.javalsai.tuxcord.net/rust/const-macros.git#6a37f26eaa6349c18ac7c74b1d3938d287013942"
version = "0.1.2"
source = "git+https://git.javalsai.tuxcord.net/rust/const-macros.git#6f91e1e1a6ce2e5cdb5866a1e1d7841ed5e3cd6f"
dependencies = [
"const-macros-proc",
]
@@ -468,7 +468,7 @@ dependencies = [
[[package]]
name = "const-macros-proc"
version = "0.1.0"
source = "git+https://git.javalsai.tuxcord.net/rust/const-macros.git#6a37f26eaa6349c18ac7c74b1d3938d287013942"
source = "git+https://git.javalsai.tuxcord.net/rust/const-macros.git#6f91e1e1a6ce2e5cdb5866a1e1d7841ed5e3cd6f"
dependencies = [
"magic",
"sha2",
@@ -1200,6 +1200,7 @@ dependencies = [
"moka",
"pamsock",
"serde",
"sha2",
"thiserror",
"tokio",
"toml",