Skip to content

Commit

Permalink
bump other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IceDynamix committed Aug 9, 2024
1 parent 00c8f2f commit 2064002
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
47 changes: 24 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ homepage = "https://github.com/IceDynamix/reliquary-archiver"

[dependencies]
base64 = "0.22.1"
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.14", features = ["derive"] }
color-eyre = "0.6.3"
pcap = "2.0.0"
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.117"
serde = { version = "1.0.205", features = ["derive"] }
serde_json = "1.0.122"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
ureq = { version = "2.9.7", features = ["json"] }
ureq = { version = "2.10.1", features = ["json"] }

[dependencies.reliquary]
git = "https://github.com/IceDynamix/reliquary"
Expand Down

0 comments on commit 2064002

Please sign in to comment.