tangled
alpha
login
or
join now
diegoenriquezserrano.dev
/
api.newslt.rs
0
fork
atom
WIP - ActixWeb multi-tenant blog and newsletter API server. Originally forked from LukeMathWalker/zero-to-production.
0
fork
atom
overview
issues
pulls
1
pipelines
chore: tracing-actix-web v0.7.20
diegoenriquezserrano.dev
3 weeks ago
cb2b0c68
04d0f982
+3
-3
2 changed files
expand all
collapse all
unified
split
Cargo.lock
Cargo.toml
+2
-2
Cargo.lock
···
4026
4026
4027
4027
[[package]]
4028
4028
name = "tracing-actix-web"
4029
4029
-
version = "0.7.19"
4029
4029
+
version = "0.7.21"
4030
4030
source = "registry+https://github.com/rust-lang/crates.io-index"
4031
4031
-
checksum = "5360edd490ec8dee9fedfc6a9fd83ac2f01b3e1996e3261b9ad18a61971fe064"
4031
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
51
-
tracing-actix-web = "0.7.19"
51
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"