Skip to content

Commit

Permalink
Merge pull request #191 from madiele/dependabot/cargo/rust-dependenci…
Browse files Browse the repository at this point in the history
…es-0fbec62623

Update uuid requirement from =1.9.1 to =1.10.0 in the rust-dependencies group
  • Loading branch information
madiele authored Jul 15, 2024
2 parents 2d78547 + 3559cac commit 5b34692
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 @@ reqwest = { version = "=0.12.5", features = ["json"] }
serde = "=1.0.204"
serde_json = "=1.0.120"
tokio = { version = "=1.38.0", features = ["macros", "process"]}
uuid = { version= "=1.9.1", features = ["v4", "serde"]}
uuid = { version= "=1.10.0", features = ["v4", "serde"]}
genawaiter = {version = "=0.99", features = ["futures03"] }
openssl = { version = "*", features = ["vendored"] } #this is here just to make cross-compiling work during github actions
rss = { version = "=2.0", features = ["serde"] }
Expand Down

0 comments on commit 5b34692

Please sign in to comment.