Skip to content

Commit

Permalink
bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IceDynamix committed Mar 30, 2024
1 parent 42ef771 commit 342fb72
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 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
@@ -1,6 +1,6 @@
[package]
name = "reliquary-archiver"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MIT"
repository = "https://github.com/IceDynamix/reliquary-archiver"
Expand All @@ -12,18 +12,18 @@ homepage = "https://github.com/IceDynamix/reliquary-archiver"

[dependencies]
base64 = "0.22.0"
clap = { version = "4.5.2", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
color-eyre = "0.6.3"
pcap = "1.2.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_json = "1.0.115"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
ureq = { version = "2.9.6", features = ["json"] }

[dependencies.reliquary]
git = "https://github.com/IceDynamix/reliquary"
tag = "v0.1.0"
tag = "v0.1.1"

[profile.release]
opt-level = "z" # optimize for size
Expand Down

0 comments on commit 342fb72

Please sign in to comment.