Skip to content

Commit

Permalink
chore: update uuid crate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer committed Mar 26, 2024
1 parent bbeba1f commit 144ef6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ version = "1.0"

[dependencies.rdkafka]
version = "0.36"
features = [ "cmake-build", "libz-static" ]
features = ["cmake-build", "libz-static"]

[dependencies.uuid]
version = "1.7"
features = [ "v4" ]
version = "1.8"
features = ["v4"]

[dependencies.base64]
version = "0.22"
Expand Down

0 comments on commit 144ef6f

Please sign in to comment.