Skip to content

Commit d90ed2c

Browse files
Update Cargo dependencies and lockfile (#12)
* Update Cargo dependencies and lockfile - Pin all dependencies to exact versions using `=` - Update `aws-lc-rs` to 1.15.4 and `aws-lc-sys` to 0.37.0 - Update `num-conv` to 0.2.0, `ppmd-rust` to 1.4.0, and `socket2` to 0.6.2 - Update `time` to 0.3.46 and `time-core` to 0.1.8 - Update `zip` from 7.1.0 to 7.2.0 * Bump version to 0.3.1
1 parent e5fb398 commit d90ed2c

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xray-pack"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
description = "Script to build and package Xray-core."
66

@@ -14,23 +14,23 @@ lto = true
1414
codegen-units = 1
1515

1616
[dependencies]
17-
clap = { version = "4.5.54", features = ["derive"] }
18-
env_logger = "0.11.8"
19-
futures = "0.3.31"
20-
git2 = { version = "0.20.3", features = ["vendored-libgit2"] }
21-
log = "0.4.29"
22-
openssl-sys = "0.9.111"
23-
reqwest = { version = "0.13.1", features = ["stream", "socks"] }
24-
sha2 = "0.10.9"
25-
thiserror = "2.0.18"
26-
tokio = { version = "1.49.0", features = ["bytes", "fs", "full"] }
27-
which = "8.0.0"
28-
zip = "7.1.0"
17+
clap = { version = "=4.5.54", features = ["derive"] }
18+
env_logger = "=0.11.8"
19+
futures = "=0.3.31"
20+
git2 = { version = "=0.20.3", features = ["vendored-libgit2"] }
21+
log = "=0.4.29"
22+
openssl-sys = "=0.9.111"
23+
reqwest = { version = "=0.13.1", features = ["stream", "socks"] }
24+
sha2 = "=0.10.9"
25+
thiserror = "=2.0.18"
26+
tokio = { version = "=1.49.0", features = ["bytes", "fs", "full"] }
27+
which = "=8.0.0"
28+
zip = "=7.2.0"
2929

3030
[target.'cfg(not(target_os = "darwin"))'.dependencies]
31-
git2 = { version = "0.20.3", features = ["vendored-libgit2", "vendored-openssl"] }
32-
openssl-sys = { version = "0.9.111", features = ["vendored"] }
31+
git2 = { version = "=0.20.3", features = ["vendored-libgit2", "vendored-openssl"] }
32+
openssl-sys = { version = "=0.9.111", features = ["vendored"] }
3333

3434
[target.'cfg(target_os = "darwin")'.dependencies]
35-
git2 = { version = "0.20.3", features = ["vendored-libgit2"] }
36-
openssl-sys = "0.9.111"
35+
git2 = { version = "=0.20.3", features = ["vendored-libgit2"] }
36+
openssl-sys = "=0.9.111"

0 commit comments

Comments
 (0)