aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 90710fc..92d98f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,15 +26,15 @@ quick = []
example-gemtext = []
[dependencies]
-anyhow = { version = "1.0.70", optional = true } # `Result`
-rustls = { version = "0.21.0", features = [
+anyhow = { version = "1.0.98", optional = true } # `Result`
+rustls = { version = "0.21.12", features = [
"dangerous_configuration",
], optional = true } # TLS
-tokio-rustls = { version = "0.24.0", optional = true } # Non-blocking TLS
-tokio = { version = "1.27.0", optional = true, default-features = false, features = [
+tokio-rustls = { version = "0.24.1", optional = true } # Non-blocking TLS
+tokio = { version = "1.45.1", optional = true, default-features = false, features = [
"net",
"io-util",
"rt-multi-thread",
"macros",
] } # Non-blocking I/O
-url = { version = "2.3.1", optional = true } # URL Validation
+url = { version = "2.5.4", optional = true } # URL Validation