Include both analytics v1 and v2 in tree (#4527)

* Include both analytics v1 and v2 in tree

* fix sqlx cache

* fix tests
This commit is contained in:
aecsocket
2025-10-10 15:58:19 +01:00
committed by GitHub
parent c88bdda3e6
commit aec49cff7c
7 changed files with 1572 additions and 628 deletions

21
Cargo.lock generated
View File

@@ -1648,6 +1648,26 @@ dependencies = [
"tiny-keccak",
]
[[package]]
name = "const_format"
version = "0.2.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "constant_time_eq"
version = "0.3.1"
@@ -4477,6 +4497,7 @@ dependencies = [
"color-eyre",
"color-thief",
"console-subscriber",
"const_format",
"dashmap",
"deadpool-redis",
"dotenv-build",