Skip to content

Commit c652c38

Browse files
Bump uuid from 1.17.0 to 1.18.1
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.17.0...v1.18.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6895ff commit c652c38

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

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

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ serde_json = "1.0.97"
1919
tokio = { version = "1.41.0", features = ["full"] }
2020
roxmltree = "0.20.0"
2121
serde = { version = "1.0", features = ["derive"] }
22-
uuid = { version = "1.12.1", features = ["v4", "fast-rng"] }
22+
uuid = { version = "1.18.1", features = ["v4", "fast-rng"] }
2323
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
2424
strum = { version = "0.27.1", features = ["derive"] }

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "A Windows Event Collector server using WEF for GNU/Linux"
1111
[dependencies]
1212
anyhow = "1.0.71"
1313
rusqlite = { version = "0.28.0", features = ["bundled"] }
14-
uuid = { version = "1.12.1", features = ["v4", "fast-rng", "serde"] }
14+
uuid = { version = "1.18.1", features = ["v4", "fast-rng", "serde"] }
1515
serde = { version = "1.0", features = ["derive"] }
1616
toml = "0.8.0"
1717
log = "0.4.19"

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ roxmltree = "0.20.0"
2525
tokio = { version = "1.41.0", features = ["full"] }
2626
rdkafka = { version = "0.37.0", features = ["zstd", "libz", "external-lz4", "ssl", "gssapi"] }
2727
regex = "1.11.0"
28-
uuid = { version = "1.12.1", features = ["v4", "fast-rng"] }
28+
uuid = { version = "1.18.1", features = ["v4", "fast-rng"] }
2929
serde = { version = "1.0.164", features = ["derive", "rc"] }
3030
serde_json = "1.0.97"
3131
async-trait = "0.1.68"

0 commit comments

Comments
 (0)