WIP - ActixWeb multi-tenant blog and newsletter API server. Originally forked from LukeMathWalker/zero-to-production.

chore: tracing-actix-web v0.7.20

+3 -3
+2 -2
Cargo.lock
··· 4026 4026 4027 4027 [[package]] 4028 4028 name = "tracing-actix-web" 4029 - version = "0.7.19" 4029 + version = "0.7.21" 4030 4030 source = "registry+https://github.com/rust-lang/crates.io-index" 4031 - checksum = "5360edd490ec8dee9fedfc6a9fd83ac2f01b3e1996e3261b9ad18a61971fe064" 4031 + checksum = "1ca6b15407f9bfcb35f82d0e79e603e1629ece4e91cc6d9e58f890c184dd20af" 4032 4032 dependencies = [ 4033 4033 "actix-web", 4034 4034 "mutually_exclusive_features",
+1 -1
Cargo.toml
··· 48 48 thiserror = "2.0.17" 49 49 tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] } 50 50 tracing = "0.1.44" 51 - tracing-actix-web = "0.7.19" 51 + tracing-actix-web = "0.7.20" 52 52 tracing-bunyan-formatter = "0.3.10" 53 53 tracing-log = "0.2.0" 54 54 unicode-segmentation = "1.12.0"