Skip to content

Commit 9cb3d1f

Browse files
committed
chore: release v2.2.0
1 parent ce4213d commit 9cb3d1f

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ffmpeg-sidecar"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
edition = "2021"
55
rust-version = "1.79"
66
description = "Wrap a standalone FFmpeg binary in an intuitive Iterator interface."
@@ -15,8 +15,8 @@ license = "MIT"
1515
crate-type = ["lib"]
1616

1717
[dependencies]
18-
anyhow = "1.0.98"
19-
ureq = { version = "3.0.12", optional = true }
18+
anyhow = "1.0.99"
19+
ureq = { version = "3.1.0", optional = true }
2020

2121
[features]
2222
default = ["download_ffmpeg"]
@@ -28,7 +28,9 @@ tar = { version = "0.4.44", optional = true }
2828
xz2 = { version = "0.1.7", optional = true }
2929

3030
[target.'cfg(not(target_os = "linux"))'.dependencies]
31-
zip = { version = "4.3.0", optional = true, default-features = false, features = ["deflate"] }
31+
zip = { version = "4.3.0", optional = true, default-features = false, features = [
32+
"deflate",
33+
] }
3234

3335
[target.'cfg(windows)'.dependencies]
3436
winapi = { version = "0.3.9", optional = true, features = [

0 commit comments

Comments
 (0)