Skip to content

Commit 2d35ee9

Browse files
committed
bump dependency versions
1 parent 8fc3835 commit 2d35ee9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

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

1313
[dependencies]
1414
base64 = "0.22.1"
15-
clap = { version = "4.5.14", features = ["derive"] }
15+
clap = { version = "4.5.16", features = ["derive"] }
1616
color-eyre = "0.6.3"
1717
pcap = "2.0.0"
1818
protobuf = "~3.4.0" # match the protobuf version used in reliquary-codegen
19-
serde = { version = "1.0.205", features = ["derive"] }
20-
serde_json = "1.0.122"
19+
serde = { version = "1.0.208", features = ["derive"] }
20+
serde_json = "1.0.125"
2121
tracing = "0.1.40"
2222
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
2323
ureq = { version = "2.10.1" }

0 commit comments

Comments
 (0)