Skip to content

Commit

Permalink
0.4.10: update base64
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlamb committed Aug 31, 2024
1 parent ed81cc1 commit 7dfae07
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## `v0.4.10` (2024-08-19)

* update `base64` dep to 0.22

## `v0.4.9` (2024-08-19)

* added helpers for building `.mp4` `VisualSampleEntry` and `AudioSampleEntry`
Expand Down
24 changes: 15 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = ["."]

[package]
name = "retina"
version = "0.4.9"
version = "0.4.10"
authors = ["Scott Lamb <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand All @@ -22,7 +22,7 @@ rustdoc-args = ["--cfg", "docsrs"]
all-features = true

[dependencies]
base64 = "0.21.0"
base64 = "0.22.0"
bitstream-io = "1.1"
bytes = "1.0.1"
futures = "0.3.14"
Expand Down
8 changes: 4 additions & 4 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7dfae07

Please sign in to comment.