Skip to content

Commit 6b49be1

Browse files
authored
feat: 0.2.24 Bump deps (#228)
## Changed - Bump deps - Bump expected amboso version to `2.0.12`
1 parent 477cd68 commit 6b49be1

File tree

4 files changed

+122
-42
lines changed

4 files changed

+122
-42
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.24] - Unreleased
4+
5+
## Changed
6+
7+
- Bump deps
8+
- Bump expected amboso version to 2.0.12
9+
310
## [0.2.23] - 2025-06-01
411

512
## Changed

Cargo.lock

Lines changed: 109 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "invil"
33
description = "A port of amboso to Rust"
4-
version = "0.2.23"
4+
version = "0.2.24"
55
edition = "2021"
66
license = "GPL-3.0-only"
77
homepage = "https://github.com/jgabaut/invil"
@@ -25,14 +25,14 @@ anvilCustom = []
2525
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2626

2727
[dependencies]
28-
clap = { version = "4.5.36", features = ["derive"] }
29-
dirs = "5.0.1"
30-
flate2 = { version = "1.1.1", optional = true }
28+
clap = { version = "4.5.40", features = ["derive"] }
29+
dirs = "6.0.0"
30+
flate2 = { version = "1.1.2", optional = true }
3131
git2 = "0.20.2"
3232
is_executable = "1.0.4"
3333
log = "0.4.27"
3434
regex = "1.11.1"
3535
simplelog = "0.12.2"
3636
tar = { version = "0.4.44", optional = true }
37-
toml = "0.8.22"
37+
toml = "0.8.23"
3838
url = { version = "2.5.4", optional = true }

0 commit comments

Comments
 (0)