Skip to content

Commit

Permalink
Merge pull request #127 from omjadas/dependabot/cargo/tokio-graceful-…
Browse files Browse the repository at this point in the history
…0.2.0

chore(deps): update tokio-graceful requirement from 0.1.6 to 0.2.0
  • Loading branch information
omjadas authored Sep 29, 2024
2 parents 7774ea8 + a1eae4f commit 5439835
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 @@ -35,7 +35,7 @@ rcgen = { version = "0.13.0", features = ["x509-parser"], optional = true }
thiserror = "1.0.30"
time = { version = "0.3.35", optional = true }
tokio = { version = "1.24.2", features = ["macros", "rt"] }
tokio-graceful = "0.1.6"
tokio-graceful = "0.2.0"
tokio-native-tls = { version = "0.3.1", optional = true }
tokio-rustls = { version = "0.26.0", features = ["logging", "tls12"] }
tokio-tungstenite = "0.24.0"
Expand Down

0 comments on commit 5439835

Please sign in to comment.