Skip to content

Commit 14b044d

Browse files
committed
Update deps and version for v0.0.2 release
1 parent d7dcf7f commit 14b044d

File tree

3 files changed

+47
-47
lines changed

3 files changed

+47
-47
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[package]
22
name = "scry"
3-
version = "0.1.0"
3+
version = "0.0.2"
44
authors = ["gmorpheme <github@gmorpheme.net>"]
55
edition = "2018"
66

77
[dependencies]
88
xml-rs = "0.8.4"
99
rtf-grimoire = "0.1.1"
10-
quick-xml = { version = "0.22.0", features = [ "serialize" ] }
11-
serde = { version = "1.0.133", features = [ "derive" ] }
12-
thiserror = "1.0.30"
13-
uuid = { version = "0.8.2", features = ["v4", "serde"] }
14-
log = "0.4.14"
10+
quick-xml = { version = "0.23.0", features = [ "serialize" ] }
11+
serde = { version = "1.0.139", features = [ "derive" ] }
12+
thiserror = "1.0.31"
13+
uuid = { version = "1.1.2", features = ["v4", "serde"] }
14+
log = "0.4.17"
1515
lazy_static = "1.4.0"
16-
encoding_rs = "0.8.30"
16+
encoding_rs = "0.8.31"
1717
codepage = "0.1.1"
18-
structopt = "0.3.25"
18+
structopt = "0.3.26"
1919
itertools = "0.10.3"
20-
regex = "1.5.4"
20+
regex = "1.6.0"
2121
json = "0.12.4"

src/bundle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ impl Bundle {
3535
path.push("Data");
3636
path.push(
3737
binder_item
38-
.to_hyphenated_ref()
38+
.as_hyphenated()
3939
.encode_upper(&mut Uuid::encode_buffer()),
4040
);
4141
path

0 commit comments

Comments
 (0)