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

chore: regex v1.12.3

authored by diegoenriquezserrano.dev and committed by tangled.org 10edfbc2 8044056c

+3 -3
+2 -2
Cargo.lock
··· 2889 2889 2890 2890 [[package]] 2891 2891 name = "regex" 2892 - version = "1.12.2" 2892 + version = "1.12.3" 2893 2893 source = "registry+https://github.com/rust-lang/crates.io-index" 2894 - checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 2894 + checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 2895 2895 dependencies = [ 2896 2896 "aho-corasick", 2897 2897 "memchr",
+1 -1
Cargo.toml
··· 35 35 log = "0.4.29" 36 36 markdown = "1.0.0" 37 37 rand = { version = "0.8.5", features = ["std_rng"] } 38 - regex = "1.11.3" 38 + regex = "1.12.3" 39 39 rpassword = "7.4" 40 40 rust-s3 = { version = "0.37.0", features = ["tokio"] } 41 41 secrecy = { version = "0.10.3", features = ["serde"] }