Skip to content

Commit 612d767

Browse files
authored
Merge branch 'master' into refactor/tweak
2 parents 6865e4d + 6e3e54b commit 612d767

File tree

3 files changed

+44
-21
lines changed

3 files changed

+44
-21
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
version: 2
22
updates:
3-
43
- package-ecosystem: "github-actions"
54
directory: "/"
65
schedule:
7-
interval: "weekly"
6+
interval: "monthly"
7+
- package-ecosystem: "cargo"
8+
directory: "/"
9+
schedule:
10+
interval: "monthly"

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ansipix = { git = "https://github.com/EmixamPP/ansipix.git", rev = "4e29437ea3fc
1111
anyhow = "1.0.98"
1212
clap = { version = "4.5", features = ["derive"] }
1313
crossterm = { version = "0.29.0", features = ["event-stream"] }
14-
derive_more = { version = "2.0.1", features = ["from", "into", "as_ref"] }
14+
derive_more = { version = "2.1.1", features = ["from", "into", "as_ref"] }
1515
futures = "0.3.31"
1616
glob = "0.3.3"
1717
image = { version = "0.25.8", default-features = false, features = [
@@ -25,11 +25,11 @@ serde = { version = "1.0.228", features = ["derive"] }
2525
shellexpand = "3.1.1"
2626
simplelog = { version = "0.12.2" }
2727
tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros", "sync"] }
28-
toml = "0.9.8"
28+
toml = "0.9.10"
2929
v4l = "0.14.0"
3030

3131
[dev-dependencies]
32-
insta = "1.43.2"
32+
insta = "1.45.0"
3333
rand = "0.9.2"
3434
rand_chacha = "0.9.0"
3535
serial_test = "3.2.0"

0 commit comments

Comments
 (0)