diff --git a/Cargo.toml b/Cargo.toml index 13ad077..fb82736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,9 @@ repository = "https://github.com/YGGverse/titanit" [dependencies] anyhow = "1.0.95" clap = { version = "4.5.30", features = ["derive"] } -native-tls = "0.2.13" +native-tls = "0.2.14" regex = "1.11.1" -titanite = "0.1.2" +titanite = "0.2.0" # development [patch.crates-io]