Authenticate using registry - part 1

This commit is contained in:
mdecimus
2026-02-04 17:55:16 +01:00
parent c6495f6fed
commit 0af735540d
34 changed files with 670 additions and 587 deletions

8
Cargo.lock generated
View File

@@ -142,6 +142,12 @@ dependencies = [
"rustversion",
]
[[package]]
name = "arcstr"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03918c3dbd7701a85c6b9887732e2921175f26c350b4563841d0958c21d57e6d"
[[package]]
name = "argon2"
version = "0.5.3"
@@ -1060,6 +1066,7 @@ dependencies = [
"aes-gcm-siv",
"ahash",
"arc-swap",
"arcstr",
"base64 0.22.1",
"bincode 2.0.1",
"biscuit",
@@ -1089,6 +1096,7 @@ dependencies = [
"mail-send",
"md5 0.8.0",
"nlp",
"nohash-hasher",
"num_cpus",
"opentelemetry",
"opentelemetry-otlp",