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

Disable logging of encryption keys in release builds

This commit is contained in:
NG (Graham)
2026-01-25 12:51:24 -05:00
parent 0db43497d8
commit 90a528f0e9
3 changed files with 13 additions and 14 deletions

8
Cargo.lock generated
View File

@@ -2985,18 +2985,14 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
[[package]]
name = "polariton"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dcc388d509743a0419f5a5197a8c79e0f3fd484d5bd0b60e6f361887a8aa301"
version = "0.5.0"
dependencies = [
"tokio",
]
[[package]]
name = "polariton_server"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51ea2a26537f7434f154e34d7c522ab10552442241e608e919d7cfc413ac3abc"
version = "0.5.0"
dependencies = [
"async-trait",
"log",