Skip to content

Commit 900fe42

Browse files
committed
Commit from GitHub Actions (Update dependencies)
1 parent 00a671a commit 900fe42

File tree

3 files changed

+92
-29
lines changed

3 files changed

+92
-29
lines changed

Cargo.lock

Lines changed: 88 additions & 25 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
@@ -2,7 +2,7 @@
22
chrono = "0.4.41"
33

44
[dependencies.nu-plugin]
5-
version = "0.106.1"
5+
version = "0.107.0"
66

77
[dependencies.id3]
88
version = "1.16.3"
@@ -15,7 +15,7 @@ version = "0.1.10"
1515

1616
[dependencies.nu-protocol]
1717
features = ["plugin"]
18-
version = "0.106.1"
18+
version = "0.107.0"
1919

2020
[dependencies.rodio]
2121
version = "0.21.1"
@@ -59,7 +59,7 @@ license = "MIT"
5959
name = "nu_plugin_audio_hook"
6060
readme = "README.md"
6161
repository = "https://github.com/FMotalleb/nu_plugin_audio_hook"
62-
version = "0.106.1"
62+
version = "0.107.0"
6363

6464
[profile.release]
6565
codegen-units = 1

nupm.nuon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{name: nu_plugin_audio_hook, version: "0.106.1", description: "A nushell plugin to make and play sounds", license: LICENSE, type: custom}
1+
{name: nu_plugin_audio_hook, version: "0.107.0", description: "A nushell plugin to make and play sounds", license: LICENSE, type: custom}

0 commit comments

Comments
 (0)