Skip to content

Commit

Permalink
Bump uuid from 1.10.0 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.10.0...1.11.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent c6d4ae7 commit 120dfb4
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 120dfb4

Please sign in to comment.