From 9542887e7567c85baa9be0c2c0329a0e672899b6 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 2 Nov 2023 20:41:12 -0400 Subject: [PATCH 1/3] chore(deps): update crate tokio to 1.33 --- Cargo.toml | 2 +- crates/mp4-stream/src/lib.rs | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ba31cc1..d49af6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ license = "MIT" axum = { version = "0.6", features = ["headers"] } tower = "0.4" hyper = "0.14" -tokio = { version = "1.30", features = ["rt", "macros", "fs", "io-util"] } +tokio = { version = "1.33", features = ["rt", "macros", "fs", "io-util"] } futures-lite = "2.0" flume = "0.11" log = "0.4" diff --git a/crates/mp4-stream/src/lib.rs b/crates/mp4-stream/src/lib.rs index b88c3f8..6029305 100644 --- a/crates/mp4-stream/src/lib.rs +++ b/crates/mp4-stream/src/lib.rs @@ -35,10 +35,6 @@ //! //! # Cargo Features //! -//! - `tokio`: provides a [`Stream`](futures_core::Stream) implementation for the [`VideoStream`](crate::VideoStream) -//! type using Tokio's runtime. -//! - `quickcheck`: Provides implementations of [`Arbitrary`](quickcheck::Arbitrary) for types in the -//! [`config`] module. //! - `serde`: Add implementations of [`Serialize`](serde::Serialize) and [`Deserialize`](serde::Deserialize) //! for types in the [`config`] and [`capabilities`] modules. From d5926b4edaa4c462629185190a89e911886fe2dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:42:02 -0400 Subject: [PATCH 2/3] chore(deps): update actions/checkout action to v4 (#112) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- .github/workflows/publish.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82a8e72..dc2b81e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install x264 run: sudo apt-get install libx264-dev - uses: dtolnay/rust-toolchain@stable @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install x264 run: sudo apt-get install libx264-dev - uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0bc4b54..6085805 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install gojq run: sudo apt-get install gojq - name: 'Check if crate ${{ inputs.crate }} is published' @@ -44,7 +44,7 @@ jobs: if: needs.check-published-version.outputs.new_version == 'yes' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install x264 run: sudo apt-get install libx264-dev - uses: dtolnay/rust-toolchain@stable @@ -65,7 +65,7 @@ jobs: - check-semver steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install x264 run: sudo apt-get install libx264-dev - uses: dtolnay/rust-toolchain@stable From 0404c9612720347a4caada43c5a692746cc90757 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 00:42:12 +0000 Subject: [PATCH 3/3] chore: release main --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d95b31..b83ace6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,7 +216,7 @@ dependencies = [ [[package]] name = "bmff" -version = "0.2.0" +version = "0.3.0" dependencies = [ "bitflags 2.4.1", "chrono", @@ -1004,7 +1004,7 @@ dependencies = [ [[package]] name = "mp4-stream" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags 2.4.1", "bmff", @@ -1141,7 +1141,7 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "pet-monitor-app" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "axum",