Skip to content

Commit

Permalink
Merge pull request #44 from johnmanjiro13/renovate/uuid-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate uuid to 1.5.0
  • Loading branch information
johnmanjiro13 authored Oct 29, 2023
2 parents f1d47f9 + f2bccf3 commit f4eba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ log = "0.4.20"
rmp-serde = "1.1.2"
serde = { version = "1.0.183", features = ["derive"] }
tokio = { version = "1.31.0", features = ["net", "time", "io-util", "rt", "sync"] }
uuid = { version = "1.4.1", features = ["v4"] }
uuid = { version = "1.5.0", features = ["v4"] }

[dev-dependencies]
tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread"] }

0 comments on commit f4eba5e

Please sign in to comment.