Skip to content

Commit

Permalink
Merge pull request #69 from cea-sec/dependabot/cargo/uuid-1.6.1
Browse files Browse the repository at this point in the history
Bump uuid from 1.5.0 to 1.6.1
  • Loading branch information
vruello authored Nov 22, 2023
2 parents d907685 + 774b20a commit d1bb38f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://github.com/cea-sec/openwec"
[dependencies]
anyhow = "1.0.71"
rusqlite = { version = "0.28.0", features = ["bundled"] }
uuid = { version = "1.5.0", features = ["v4", "fast-rng"] }
uuid = { version = "1.6.1", features = ["v4", "fast-rng"] }
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 @@ -27,7 +27,7 @@ tokio = { version = "1.33.0", features = ["full"] }
rdkafka = { version = "0.36.0", features = ["zstd", "libz", "external-lz4"] }
regex = "1.9.0"
lazy_static = "1.4.0"
uuid = { version = "1.5.0", features = ["v4", "fast-rng"] }
uuid = { version = "1.6.1", features = ["v4", "fast-rng"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.97"
async-trait = "0.1.68"
Expand Down

0 comments on commit d1bb38f

Please sign in to comment.