Skip to content

Commit

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

Update tokio requirement from =1.37.0 to =1.38.0 in the rust-dependencies group
  • Loading branch information
madiele committed Jun 3, 2024
2 parents 452ca46 + b6a45c6 commit b519f72
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 @@ -23,7 +23,7 @@ regex = "=1.10.4"
reqwest = { version = "=0.12.4", features = ["json"] }
serde = "=1.0.203"
serde_json = "=1.0.117"
tokio = { version = "=1.37.0", features = ["macros", "process"]}
tokio = { version = "=1.38.0", features = ["macros", "process"]}
uuid = { version= "=1.8.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
Expand Down

0 comments on commit b519f72

Please sign in to comment.