Skip to content

Commit cf38656

Browse files
committed
Updated dependencies, bumped version
1 parent 49ede4f commit cf38656

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rpkg-rs"
3-
version = "1.1.2"
3+
version = "1.2.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
categories = ["game-development", "data-structures", "parser-implementations"]
@@ -13,21 +13,21 @@ readme = "README.md"
1313
status = "actively-developed"
1414

1515
[dependencies]
16-
binrw = "0.14.0"
17-
bitfield-struct = "0.9.2"
18-
memmap2 = "0.9.4"
19-
lazy-regex = "3.3.0"
20-
lzzzz = "1.1.0"
16+
binrw = "0.14.1"
17+
bitfield-struct = "0.10.1"
18+
memmap2 = "0.9.5"
19+
lazy-regex = "3.4.1"
20+
lzzzz = "2.0.0"
2121
pathdiff = "0.2.1"
22-
itertools = { version = "0.13.0", features = [] }
23-
thiserror = "1.0.63"
22+
itertools = { version = "0.14.0", features = [] }
23+
thiserror = "2.0.11"
2424
md-5 = "0.10.6"
2525
extended-tea = "0.1.1"
2626
byteorder = "1.5.0"
2727
rayon = { version = "1.10.0", optional = true}
28-
serde = { version = "1.0.210", optional = true, features = ["derive"] }
28+
serde = { version = "1.0.217", optional = true, features = ["derive"] }
2929
serde-hex = { version = "0.1.0", optional = true }
30-
indexmap = "2.5.0"
30+
indexmap = "2.7.1"
3131
crc32fast = "1.4.2"
3232

3333
[features]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/rpkg-rs/1.1.2")]
1+
#![doc(html_root_url = "https://docs.rs/rpkg-rs/1.2.0")]
22
//! `rpkg-rs` provides comprehensive functionality for interacting with `ResourcePackage` (rpkg) files found within Hitman games.
33
//! This crate facilitates parsing of these files, enabling seamless access to the contained resource files.
44
//! By parsing configuration files such as `thumbs.ini` and `packagedefintion.txt`, rpkg-rs offers extensive support for reading and manipulating these packages.

0 commit comments

Comments
 (0)