mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
chore(deps): bump uuid from 1.6.1 to 1.7.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.6.1...1.7.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d32afd35b8
commit
60876a778e
30
Cargo.lock
generated
30
Cargo.lock
generated
@ -1264,7 +1264,7 @@ dependencies = [
|
||||
"http 0.2.9",
|
||||
"percent-encoding",
|
||||
"tracing",
|
||||
"uuid 1.6.1",
|
||||
"uuid 1.7.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1855,7 +1855,7 @@ dependencies = [
|
||||
"serde_bytes",
|
||||
"serde_json",
|
||||
"time",
|
||||
"uuid 1.6.1",
|
||||
"uuid 1.7.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -2774,7 +2774,7 @@ dependencies = [
|
||||
"pq-sys",
|
||||
"r2d2",
|
||||
"time",
|
||||
"uuid 1.6.1",
|
||||
"uuid 1.7.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -2787,7 +2787,7 @@ dependencies = [
|
||||
"env_logger",
|
||||
"log",
|
||||
"serde",
|
||||
"uuid 1.6.1",
|
||||
"uuid 1.7.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4352,7 +4352,7 @@ dependencies = [
|
||||
"mysql 24.0.0",
|
||||
"r2d2",
|
||||
"r2d2_mysql",
|
||||
"uuid 1.6.1",
|
||||
"uuid 1.7.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4896,7 +4896,7 @@ dependencies = [
|
||||
"trust-dns-proto",
|
||||
"trust-dns-resolver",
|
||||
"typed-builder",
|
||||
"uuid 1.6.1",
|
||||
"uuid 1.7.0",
|
||||
"webpki-roots 0.25.4",
|
||||
]
|
||||
|
||||
@ -4928,7 +4928,7 @@ dependencies = [
|
||||
"futures-util",
|
||||
"log",
|
||||
"sanitize-filename",
|
||||
"uuid 1.6.1",
|
||||
"uuid 1.7.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -5042,7 +5042,7 @@ dependencies = [
|
||||
"subprocess",
|
||||
"thiserror",
|
||||
"time",
|
||||
"uuid 1.6.1",
|
||||
"uuid 1.7.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -5918,7 +5918,7 @@ checksum = "99f31323d6161385f385046738df520e0e8694fa74852d35891fc0be08348ddc"
|
||||
dependencies = [
|
||||
"r2d2",
|
||||
"rusqlite",
|
||||
"uuid 1.6.1",
|
||||
"uuid 1.7.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -6345,7 +6345,7 @@ dependencies = [
|
||||
"rkyv_derive",
|
||||
"seahash",
|
||||
"tinyvec",
|
||||
"uuid 1.6.1",
|
||||
"uuid 1.7.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -7024,7 +7024,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"sparkpost",
|
||||
"time",
|
||||
"uuid 1.6.1",
|
||||
"uuid 1.7.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -8239,8 +8239,8 @@ version = "1.6.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"rand 0.8.5",
|
||||
"cfg-if 0.1.10",
|
||||
"rand 0.7.3",
|
||||
"static_assertions",
|
||||
]
|
||||
|
||||
@ -8509,9 +8509,9 @@ checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
||||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
version = "1.6.1"
|
||||
version = "1.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
|
||||
checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
|
||||
dependencies = [
|
||||
"getrandom 0.2.10",
|
||||
"rand 0.8.5",
|
||||
|
Loading…
Reference in New Issue
Block a user