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: bump uuid v1.21.0
diegoenriquezserrano.dev
3 weeks ago
68d4b700
78f727b2
+4
-4
2 changed files
expand all
collapse all
unified
split
Cargo.lock
Cargo.toml
+3
-3
Cargo.lock
···
4221
4221
4222
4222
[[package]]
4223
4223
name = "uuid"
4224
4224
-
version = "1.19.0"
4224
4224
+
version = "1.21.0"
4225
4225
source = "registry+https://github.com/rust-lang/crates.io-index"
4226
4226
-
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
4226
4226
+
checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
4227
4227
dependencies = [
4228
4228
-
"getrandom 0.3.4",
4228
4228
+
"getrandom 0.4.1",
4229
4229
"js-sys",
4230
4230
"serde_core",
4231
4231
"wasm-bindgen",
+1
-1
Cargo.toml
···
53
53
tracing-log = "0.2.0"
54
54
unicode-segmentation = "1.12.0"
55
55
urlencoding = "2.1.3"
56
56
-
uuid = { version = "1.18.1", features = ["v4", "serde"] }
56
56
+
uuid = { version = "1.21.0", features = ["v4", "serde"] }
57
57
validator = "0.20.0"
58
58
voca_rs = "1.15.2"
59
59