Skip to content

Commit

Permalink
Merge pull request #8 from abdolence/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
Update Rust crate tokio to 1.20
  • Loading branch information
abdolence authored Jul 13, 2022
2 parents c450d5a + 71d3cd2 commit 7d2acac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ jsonwebtoken = { version = "8" }
hyper = { version ="0.14", features = ["client", "http2", "h2"] }
async-trait = "0.1"
chrono = { version = "0.4", features = ["serde"] }
tokio= { version = "1.19" }
tokio= { version = "1.20" }
tracing = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit 7d2acac

Please sign in to comment.