diff --git a/Cargo.toml b/Cargo.toml index 886b929..1d4929c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tls = ["openssl"] [dependencies] byteorder = "1" url = "^2.1" -rand = "0.9" +rand = "0.10" enum_dispatch = "0.3" openssl = { version = "^0.10", optional = true } r2d2 = "^0.8"