Skip to content

Commit 72ae8c4

Browse files
chore(deps): bump uuid from 1.18.0 to 1.19.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c13b9fe commit 72ae8c4

13 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/binaries/hanami/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ lazy_static = "1.4"
3838
chrono = "0.4.42"
3939
futures = "0.3"
4040
bytes = "1"
41-
uuid = { version = "1.18.0", features = ["serde", "fast-rng", "v4"] }
41+
uuid = { version = "1.19.0", features = ["serde", "fast-rng", "v4"] }
4242

4343
[dev-dependencies]
4444
serial_test = "3"

src/binaries/miko/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rand = "0.9.2"
3838
lazy_static = "1.4"
3939
chrono = "0.4.42"
4040
futures = "0.3"
41-
uuid = { version = "1.18.0", features = ["serde", "fast-rng", "v4"] }
41+
uuid = { version = "1.19.0", features = ["serde", "fast-rng", "v4"] }
4242

4343
[dev-dependencies]
4444
serial_test = "3"

src/binaries/omamori/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ lazy_static = "1.4"
3838
chrono = "0.4.40"
3939
futures = "0.3"
4040
bytes = "1"
41-
uuid = { version = "1.18.0", features = ["serde", "fast-rng", "v4"] }
41+
uuid = { version = "1.19.0", features = ["serde", "fast-rng", "v4"] }
4242
hex = "0.4.3"
4343
base64 = "0.22"
4444
# aes-encryption

src/binaries/onsen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lazy_static = "1.4"
3636
chrono = "0.4.40"
3737
futures = "0.3"
3838
bytes = "1"
39-
uuid = { version = "1.18.0", features = ["serde", "fast-rng", "v4"] }
39+
uuid = { version = "1.19.0", features = ["serde", "fast-rng", "v4"] }
4040
byteorder = "1.5"
4141
bincode = { version = "2.0", features = ["serde"] }
4242
bytemuck = "1.24"

src/binaries/ryokan/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lazy_static = "1.4"
3939
chrono = "0.4.40"
4040
futures = "0.3"
4141
bytes = "1"
42-
uuid = { version = "1.18.0", features = ["serde", "fast-rng", "v4"] }
42+
uuid = { version = "1.19.0", features = ["serde", "fast-rng", "v4"] }
4343
sanitize-filename = "0.6"
4444
byteorder = "1.5"
4545
bincode = { version = "2.0", features = ["serde"] }

src/binaries/sakura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ lazy_static = "1.4"
4646
chrono = "0.4.40"
4747
futures = "0.3"
4848
bytes = "1"
49-
uuid = { version = "1.18.0", features = ["serde", "fast-rng", "v4"] }
49+
uuid = { version = "1.19.0", features = ["serde", "fast-rng", "v4"] }
5050
byteorder = "1.5"
5151
bincode = { version = "2.0", features = ["serde"] }
5252
bytemuck = "1.24"

src/binaries/torii/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ lazy_static = "1.4"
3838
chrono = "0.4.40"
3939
futures = "0.3"
4040
bytes = "1"
41-
uuid = { version = "1.18.0", features = ["serde", "fast-rng", "v4"] }
41+
uuid = { version = "1.19.0", features = ["serde", "fast-rng", "v4"] }
4242
anyhow = "1.0"
4343

4444
[dev-dependencies]

src/libs/rust/ainari_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ validator = { version = "0.20", features = ["derive"] }
2323
serde = { version = "1", features = ["derive"] }
2424
serde_json = "1"
2525
# common stuff
26-
uuid = { version = "1.18.0", features = ["v4"] }
26+
uuid = { version = "1.19.0", features = ["v4"] }
2727
futures = "0.3"
2828
base64 = "0.22"
2929
# singleton (like used for the config-variable)

src/libs/rust/ainari_api_structs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ validator = { version = "0.20", features = ["derive"] }
1818
serde = { version = "1", features = ["derive"] }
1919
serde_json = "1"
2020
# common stuff
21-
uuid = { version = "1.18.0", features = ["v4"] }
21+
uuid = { version = "1.19.0", features = ["v4"] }
2222
futures = "0.3"
2323
base64 = "0.22"
2424
# singleton (like used for the config-variable)

0 commit comments

Comments
 (0)