Skip to content

Commit d65f25d

Browse files
committed
Dependencies version bump
In preparation to the next pre release. rust_hawktracer 0.7.0 fixes a random crash on macOS dav1d-sys 0.3.0 uses the up to date bindgen
1 parent 4897f50 commit d65f25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ num-derive = "0.3"
6464
paste = "0.1"
6565
noop_proc_macro = "0.2.0"
6666
serde = { version = "1.0", features = ["derive"], optional = true }
67-
dav1d-sys = { version = "0.2", optional = true }
67+
dav1d-sys = { version = "0.3", optional = true }
6868
aom-sys = { version = "0.1.3", optional = true }
6969
scan_fmt = { version = "0.2.3", optional = true, default-features = false }
7070
ivf = { version = "0.1", path = "ivf/", optional = true }
@@ -87,7 +87,7 @@ default-features = false
8787
features = ["png_codec"]
8888

8989
[dependencies.rust_hawktracer]
90-
version = "0.6.0"
90+
version = "0.7.0"
9191
features = ["profiling_enabled"]
9292
optional = true
9393

0 commit comments

Comments
 (0)