Skip to content

Commit

Permalink
feat: update rustls to 0.23 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 authored Aug 16, 2024
1 parent 66140cc commit 3142eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ chrono = "0.4.20"
mysql_common = { version = "0.32.0", features = ["chrono"] }
nom = "7.1.0"
tokio = { version = "1.17.0", features = ["io-util", "io-std"] }
tokio-rustls = { version = "0.25", optional = true }
tokio-rustls = { version = "0.26", optional = true }
pin-project-lite = { version = "0.2.9", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 3142eb5

Please sign in to comment.