1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41: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:
Rob Ede 2024-02-19 11:16:33 +00:00
parent d32afd35b8
commit 60876a778e
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

30
Cargo.lock generated
View File

@ -1264,7 +1264,7 @@ dependencies = [
"http 0.2.9", "http 0.2.9",
"percent-encoding", "percent-encoding",
"tracing", "tracing",
"uuid 1.6.1", "uuid 1.7.0",
] ]
[[package]] [[package]]
@ -1855,7 +1855,7 @@ dependencies = [
"serde_bytes", "serde_bytes",
"serde_json", "serde_json",
"time", "time",
"uuid 1.6.1", "uuid 1.7.0",
] ]
[[package]] [[package]]
@ -2774,7 +2774,7 @@ dependencies = [
"pq-sys", "pq-sys",
"r2d2", "r2d2",
"time", "time",
"uuid 1.6.1", "uuid 1.7.0",
] ]
[[package]] [[package]]
@ -2787,7 +2787,7 @@ dependencies = [
"env_logger", "env_logger",
"log", "log",
"serde", "serde",
"uuid 1.6.1", "uuid 1.7.0",
] ]
[[package]] [[package]]
@ -4352,7 +4352,7 @@ dependencies = [
"mysql 24.0.0", "mysql 24.0.0",
"r2d2", "r2d2",
"r2d2_mysql", "r2d2_mysql",
"uuid 1.6.1", "uuid 1.7.0",
] ]
[[package]] [[package]]
@ -4896,7 +4896,7 @@ dependencies = [
"trust-dns-proto", "trust-dns-proto",
"trust-dns-resolver", "trust-dns-resolver",
"typed-builder", "typed-builder",
"uuid 1.6.1", "uuid 1.7.0",
"webpki-roots 0.25.4", "webpki-roots 0.25.4",
] ]
@ -4928,7 +4928,7 @@ dependencies = [
"futures-util", "futures-util",
"log", "log",
"sanitize-filename", "sanitize-filename",
"uuid 1.6.1", "uuid 1.7.0",
] ]
[[package]] [[package]]
@ -5042,7 +5042,7 @@ dependencies = [
"subprocess", "subprocess",
"thiserror", "thiserror",
"time", "time",
"uuid 1.6.1", "uuid 1.7.0",
] ]
[[package]] [[package]]
@ -5918,7 +5918,7 @@ checksum = "99f31323d6161385f385046738df520e0e8694fa74852d35891fc0be08348ddc"
dependencies = [ dependencies = [
"r2d2", "r2d2",
"rusqlite", "rusqlite",
"uuid 1.6.1", "uuid 1.7.0",
] ]
[[package]] [[package]]
@ -6345,7 +6345,7 @@ dependencies = [
"rkyv_derive", "rkyv_derive",
"seahash", "seahash",
"tinyvec", "tinyvec",
"uuid 1.6.1", "uuid 1.7.0",
] ]
[[package]] [[package]]
@ -7024,7 +7024,7 @@ dependencies = [
"serde_json", "serde_json",
"sparkpost", "sparkpost",
"time", "time",
"uuid 1.6.1", "uuid 1.7.0",
] ]
[[package]] [[package]]
@ -8239,8 +8239,8 @@ version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 0.1.10",
"rand 0.8.5", "rand 0.7.3",
"static_assertions", "static_assertions",
] ]
@ -8509,9 +8509,9 @@ checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.6.1" version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
dependencies = [ dependencies = [
"getrandom 0.2.10", "getrandom 0.2.10",
"rand 0.8.5", "rand 0.8.5",