Skip to content

Commit 16cc082

Browse files
committed
chore(deps): update dependencies in manifests
1 parent b0ae63b commit 16cc082

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ rust-version = "1.82.0"
1313
aotuv_lancer_vorbis_sys = { version = "0.1.4", path = "packages/aotuv_lancer_vorbis_sys" }
1414
ogg_next_sys = { version = "0.1.3", path = "packages/ogg_next_sys" }
1515

16-
cc = "1.2.1"
17-
bindgen = "0.71.0"
16+
cc = "1.2.4"
17+
bindgen = "0.71.1"
1818

1919
[profile.release]
2020
# Add debug symbols on release mode to allow debugging upstream code.

packages/vorbis_rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tinyvec = { version = "1.8.0", default-features = false, features = [
2626
"alloc",
2727
"rustc_1_57",
2828
] }
29-
thiserror = "2.0.3"
29+
thiserror = "2.0.6"
3030

3131
getrandom = { version = "0.2.15", features = ["std"], optional = true }
3232

0 commit comments

Comments
 (0)