Skip to content

Commit 1e3f184

Browse files
authored
Merge pull request #60 from IceDynamix/v2.5-update
v2.5 update
2 parents 1a40ad8 + 8d38a71 commit 1e3f184

File tree

3 files changed

+36
-35
lines changed

3 files changed

+36
-35
lines changed

Cargo.lock

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ homepage = "https://github.com/IceDynamix/reliquary-archiver"
1212

1313
[dependencies]
1414
base64 = "0.22.1"
15-
clap = { version = "4.5.16", features = ["derive"] }
15+
clap = { version = "4.5.17", features = ["derive"] }
1616
color-eyre = "0.6.3"
17-
pcap = "2.0.0"
17+
pcap = "2.2.0"
1818
protobuf = "~3.4.0" # match the protobuf version used in reliquary-codegen
19-
serde = { version = "1.0.208", features = ["derive"] }
20-
serde_json = "1.0.125"
19+
serde = { version = "1.0.210", features = ["derive"] }
20+
serde_json = "1.0.128"
2121
tracing = "0.1.40"
2222
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
2323
ureq = { version = "2.10.1" }
24-
reliquary = { git = "https://github.com/IceDynamix/reliquary", tag = "v3.1.0" }
24+
reliquary = { git = "https://github.com/IceDynamix/reliquary", tag = "v4.0.0" }
2525

2626
[build-dependencies]
2727
ureq = { version = "2.10.1", features = ["json"] }
28-
reliquary = { git = "https://github.com/IceDynamix/reliquary", tag = "v3.1.0" }
28+
reliquary = { git = "https://github.com/IceDynamix/reliquary", tag = "v4.0.0" }
2929

3030
[profile.release]
3131
opt-level = "z" # optimize for size

build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const KEY_URL: &str =
1515

1616
fn main() {
1717
println!("cargo::rerun-if-changed=Cargo.toml");
18+
println!("cargo::rerun-if-changed=Cargo.lock");
1819

1920
download_config::<AvatarConfigMap>();
2021
download_config::<AvatarSkillTreeConfigMap>();

0 commit comments

Comments
 (0)