Skip to content

Commit

Permalink
Cargo.toml: upgrade dep versions and increment to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Feb 10, 2023
1 parent 07de257 commit 1556403
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustsourcebundler"
version = "0.11.1"
version = "0.11.2"
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.7.0"
anyhow = "1.0.68"
clap = { version = "4.0.32", features = ["derive"] }
cargo_toml = "0.14.0"
regex = "1.7.1"
anyhow = "1.0.69"
clap = { version = "4.1.4", features = ["derive"] }
cargo_toml = "0.15.1"

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

0 comments on commit 1556403

Please sign in to comment.