Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Jun 22, 2024
1 parent 82893d5 commit 9d70a19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.64.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.0.96"
cc = "1.0.99"
bindgen = "0.69.4"

[profile.release]
Expand Down
6 changes: 3 additions & 3 deletions packages/vorbis_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ categories = ["api-bindings", "multimedia", "multimedia::audio", "multimedia::en
aotuv_lancer_vorbis_sys.workspace = true
ogg_next_sys.workspace = true

errno = { version = "0.3.8", default-features = false }
errno = { version = "0.3.9", default-features = false }
tinyvec = { version = "1.6.0", default-features = false, features = ["alloc", "rustc_1_57"] }
thiserror = "1.0.59"
thiserror = "1.0.61"

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

[features]
default = ["stream-serial-rng"]
Expand Down

0 comments on commit 9d70a19

Please sign in to comment.