You've already forked AstralRinth
forked from didirus/AstralRinth
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:
21
Cargo.lock
generated
21
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user