Skip to content

Commit f5427bb

Browse files
committed
update deps
1 parent f167c48 commit f5427bb

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ crate-type = ["staticlib", "cdylib", "lib"]
1313
[dependencies]
1414
async-shared-timeout = "0.2"
1515
base64 = "0.22"
16-
bytes = "1.6"
16+
bytes = "1"
1717
chrono = "0.4"
18-
clap = { version = "4.5", features = ["derive"] }
19-
ctrlc2 = { version = "3.5", features = ["tokio", "termination"] }
18+
clap = { version = "4", features = ["derive"] }
19+
ctrlc2 = { version = "3", features = ["tokio", "termination"] }
2020
dotenvy = "0.15"
2121
env_logger = "0.11"
2222
futures-util = { version = "0.3", default-features = false, features = [
2323
"sink",
2424
"std",
2525
] }
26-
http = "1.1"
27-
httparse = "1.8"
26+
http = "1"
27+
httparse = "1"
2828
log = { version = "0.4", features = ["std"] }
2929
moka = { version = "0.12", default-features = false, features = ["future"] }
3030
reqwest = { version = "0.12", default-features = false, features = [
@@ -37,23 +37,23 @@ rustls = { version = "0.23", default-features = false, features = [
3737
"logging",
3838
"ring",
3939
] }
40-
rustls-pemfile = "2.1"
41-
serde = { version = "1.0", features = ["derive"] }
42-
serde_json = "1.0"
40+
rustls-pemfile = "2"
41+
serde = { version = "1", features = ["derive"] }
42+
serde_json = "1"
4343
socks5-impl = "0.5"
4444
socket2 = "0.5"
45-
thiserror = "1.0"
45+
thiserror = "1"
4646
tokio = { version = "1", features = ["full"] }
4747
tokio-rustls = { version = "0.26", default-features = false, features = [
4848
"logging",
4949
"tls12",
5050
"ring",
5151
] }
52-
tokio-tungstenite = { version = "0.21", features = ["rustls-tls-webpki-roots"] }
52+
tokio-tungstenite = { version = "0.23", features = ["rustls-tls-webpki-roots"] }
5353
tokio-util = "0.7"
5454
trust-dns-proto = "0.23"
55-
tungstenite = { version = "0.21", features = ["rustls-tls-webpki-roots"] }
56-
url = "2.5"
55+
tungstenite = { version = "0.23", features = ["rustls-tls-webpki-roots"] }
56+
url = "2"
5757
webpki = { package = "rustls-webpki", version = "0.102", features = [
5858
"alloc",
5959
"std",
@@ -66,4 +66,4 @@ daemonize = "0.5"
6666
[target.'cfg(target_os="android")'.dependencies]
6767
android_logger = "0.13"
6868
jni = { version = "0.21", default-features = false }
69-
lazy_static = "1.4"
69+
lazy_static = "1"

0 commit comments

Comments
 (0)