Skip to content

Commit

Permalink
chore(deps): update dependencies in manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Dec 13, 2024
1 parent b0ae63b commit 16cc082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ rust-version = "1.82.0"
aotuv_lancer_vorbis_sys = { version = "0.1.4", path = "packages/aotuv_lancer_vorbis_sys" }
ogg_next_sys = { version = "0.1.3", path = "packages/ogg_next_sys" }

cc = "1.2.1"
bindgen = "0.71.0"
cc = "1.2.4"
bindgen = "0.71.1"

[profile.release]
# Add debug symbols on release mode to allow debugging upstream code.
Expand Down
2 changes: 1 addition & 1 deletion packages/vorbis_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tinyvec = { version = "1.8.0", default-features = false, features = [
"alloc",
"rustc_1_57",
] }
thiserror = "2.0.3"
thiserror = "2.0.6"

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

Expand Down

0 comments on commit 16cc082

Please sign in to comment.