Skip to content

Commit e4b50f0

Browse files
committed
update dependencies
1 parent 31c3d58 commit e4b50f0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ udpgw = []
2929
[dependencies]
3030
async-trait = "0.1.89"
3131
base64easy = "0.1.7"
32-
chrono = "0.4.44"
32+
chrono = "0.4.45"
3333
clap = { version = "4.6.1", features = ["derive", "wrap_help", "color"] }
3434
ctrlc2 = { version = "4.0.0", features = ["async", "termination"] }
3535
digest_auth = "0.3.1"
@@ -39,7 +39,7 @@ hashlink = "0.12.0"
3939
hickory-proto = "0.26.1"
4040
httparse = "1.10.1"
4141
ipstack = { version = "1.0.0" }
42-
log = { version = "0.4.30", features = ["std"] }
42+
log = { version = "0.4.33", features = ["std"] }
4343
percent-encoding = "2.3.2"
4444
serde = { version = "1.0.228", features = ["derive"] }
4545
shlex = "2.0.1"
@@ -51,7 +51,7 @@ thiserror = "2.0.18"
5151
tokio = { version = "1.52.3", features = ["full"] }
5252
tokio-util = "0.7.18"
5353
tproxy-config = { version = "^7.0.7", default-features = false }
54-
tun = { version = "0.8.10", features = ["async"] }
54+
tun = { version = "0.8.13", features = ["async"] }
5555
udp-stream = { version = "0.0.12", default-features = false }
5656
unicase = "2.9.0"
5757
url = "2.5.8"
@@ -61,7 +61,7 @@ android_logger = "0.15.1"
6161
jni = { version = "0.22.4", default-features = false }
6262

6363
[target.'cfg(target_os="linux")'.dependencies]
64-
bincode-next = "2.1.0"
64+
bincode-next = "3.1.1"
6565

6666
[target.'cfg(target_os="windows")'.dependencies]
6767
windows-service = "0.8.1"
@@ -75,7 +75,7 @@ nix = { version = "0.31.3", default-features = false, features = [
7575
] }
7676

7777
[build-dependencies]
78-
chrono = "0.4.44"
78+
chrono = "0.4.45"
7979
serde_json = "1.0.150"
8080

8181
# [profile.release]

0 commit comments

Comments
 (0)