Skip to content

Commit

Permalink
Merge pull request cea-sec#182 from cea-sec/dependabot/cargo/uuid-1.11.0
Browse files Browse the repository at this point in the history
Bump uuid from 1.10.0 to 1.11.0
  • Loading branch information
vruello authored Nov 1, 2024
2 parents 53ee64f + 120dfb4 commit 2eab2bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ serde_json = "1.0.97"
tokio = { version = "1.35.1", features = ["full"] }
roxmltree = "0.20.0"
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4", "fast-rng"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng"] }
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
strum = { version = "0.26.1", features = ["derive"] }
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "A Windows Event Collector server using WEF for GNU/Linux"
[dependencies]
anyhow = "1.0.71"
rusqlite = { version = "0.28.0", features = ["bundled"] }
uuid = { version = "1.7.0", features = ["v4", "fast-rng", "serde"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "serde"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.0"
log = "0.4.19"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ roxmltree = "0.20.0"
tokio = { version = "1.35.1", features = ["full"] }
rdkafka = { version = "0.36.0", features = ["zstd", "libz", "external-lz4"] }
regex = "1.11.0"
uuid = { version = "1.7.0", features = ["v4", "fast-rng"] }
uuid = { version = "1.11.0", features = ["v4", "fast-rng"] }
serde = { version = "1.0.164", features = ["derive", "rc"] }
serde_json = "1.0.97"
async-trait = "0.1.68"
Expand Down

0 comments on commit 2eab2bf

Please sign in to comment.