Skip to content

Commit c64dd75

Browse files
Bump image from 0.23.14 to 0.24.4 (#42)
Bumps [image](https://github.com/image-rs/image) from 0.23.14 to 0.24.4. - [Release notes](https://github.com/image-rs/image/releases) - [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md) - [Commits](image-rs/image@v0.23.14...v0.24.4) --- updated-dependencies: - dependency-name: image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 391e744 commit c64dd75

File tree

3 files changed

+16
-113
lines changed

3 files changed

+16
-113
lines changed

Cargo.lock

+14-111
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
sdc_core = {path = "../sdc_core"}
1010
streamdeck = "0.7.0"
11-
image = "0.23.3"
11+
image = "0.24.4"
1212
serde = { version = "1.0", features = ["derive"] }
1313
serde_json = "1.0"
1414
# reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "json", "rustls-tls"] }

server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ futures-util = "0.3.24"
1818
async-trait = "0.1.57"
1919
uuid = { version = "1.1.2", features = ["v4", "fast-rng"] }
2020
# match streamdeck version
21-
image = "0.23.3"
21+
image = "0.24.4"
2222
base64 = "0.13.0"
2323
bytes = "1.2.1"
2424
reqwest = { version = "0.11", default-features = false, features = [ "json", "rustls-tls" ] }

0 commit comments

Comments
 (0)