Skip to content

Commit

Permalink
Upgrade dependencies, increment version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Jun 12, 2024
1 parent 0ffb371 commit 99f5de1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
omnilint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.7
- uses: docker://lpenz/omnilint:0.5.2
rust:
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.23.1
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsourcebundler"
version = "0.11.7"
version = "0.12.0"
authors = ["Leandro Lisboa Penz <lpenz@lpenz.org>"]
description = "Bundle the source code of a rust cargo crate in a single source file"
license = "MIT"
Expand All @@ -12,10 +12,10 @@ keywords = ["single-file", "bundle", "merge", "source", "build"]

[dependencies]
lazy_static = "1.4.0"
regex = "1.10.4"
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive"] }
cargo_toml = "0.20.0"
regex = "1.10.5"
anyhow = "1.0.86"
clap = { version = "4.5.7", features = ["derive"] }
cargo_toml = "0.20.2"

[dev-dependencies]
goldenfile = "1.7.1"
Expand Down

0 comments on commit 99f5de1

Please sign in to comment.