Skip to content

Commit

Permalink
app version and dependency version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
djschleen authored Oct 9, 2024
1 parent 869093b commit abd1ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "trustier"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
cyclonedx-bom = "0.7.0"
surf = "2.3.2"
async-std = "1.13.0"
Expand Down

0 comments on commit abd1ccf

Please sign in to comment.