Skip to content

Commit 1df5f0b

Browse files
committed
Update deps. Bump version to 0.14.0
1 parent 600bf5e commit 1df5f0b

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The package can be installed by adding `membrane_rtp_plugin` to your list of dep
1414
```elixir
1515
def deps do
1616
[
17-
{:membrane_rtp_plugin, "~> 0.13.0"}
17+
{:membrane_rtp_plugin, "~> 0.14.0"}
1818
{:ex_libsrtp, "~> 0.3.0"} # required only if SRTP/SRTCP support is needed
1919
]
2020
end

mix.exs

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Membrane.RTP.Plugin.MixProject do
22
use Mix.Project
33

4-
@version "0.13.0"
4+
@version "0.14.0"
55
@github_url "https://github.com/membraneframework/membrane_rtp_plugin"
66

77
def project do
@@ -67,19 +67,18 @@ defmodule Membrane.RTP.Plugin.MixProject do
6767

6868
defp deps do
6969
[
70-
{:membrane_telemetry_metrics, github: "membraneframework/membrane_telemetry_metrics"},
7170
{:membrane_core, "~> 0.10.0"},
72-
{:membrane_rtp_format, github: "membraneframework/membrane_rtp_format", override: true},
71+
{:membrane_rtp_format, "~> 0.5.0"},
72+
{:membrane_telemetry_metrics, "~> 0.1.0"},
7373
{:ex_libsrtp, "~> 0.4.0", optional: true},
7474
{:qex, "~> 0.5.1"},
7575
{:bunch, "~> 1.0"},
7676
{:heap, "~> 2.0.2"},
7777
{:bimap, "~> 1.1.0"},
7878

7979
# Test
80-
{:membrane_rtp_h264_plugin,
81-
github: "membraneframework/membrane_rtp_h264_plugin", only: :test},
82-
{:membrane_rtp_mpegaudio_plugin, "~> 0.9", only: :test},
80+
{:membrane_rtp_h264_plugin, "~> 0.13.0", only: :test},
81+
{:membrane_rtp_mpegaudio_plugin, "~> 0.11.0", only: :test},
8382
{:membrane_h264_ffmpeg_plugin, "~> 0.19", only: :test},
8483
{:membrane_pcap_plugin,
8584
github: "membraneframework/membrane_pcap_plugin", tag: "v0.6.1", only: :test},

mix.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"membrane_hackney_plugin": {:hex, :membrane_hackney_plugin, "0.8.2", "6b83628cc2019aa0b143c09e77f2dd9199a05528599d93c289dcab2e947369fa", [:mix], [{:hackney, "~> 1.16", [hex: :hackney, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.10.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:mockery, "~> 2.3", [hex: :mockery, repo: "hexpm", optional: false]}], "hexpm", "42906166b3692ba2270deb61721225ca7edadd1dbde6a44435664234a93597e2"},
3030
"membrane_pcap_plugin": {:git, "https://github.com/membraneframework/membrane_pcap_plugin.git", "2bab35e62ac87e5a2c5d514dfb0b51de12a3ed96", [tag: "v0.6.1"]},
3131
"membrane_raw_video_format": {:hex, :membrane_raw_video_format, "0.2.0", "cda8eb207cf65c93690a19001aba3edbb2ba5d22abc8068a1f6a785ba871e8cf", [:mix], [], "hexpm", "6b716fc24f60834323637c95aaaa0f99be23fcc6a84a21af70195ef50185b634"},
32-
"membrane_rtp_format": {:git, "https://github.com/membraneframework/membrane_rtp_format.git", "7f135ad0168324970d214d04c6a46b90a59e1c3c", []},
33-
"membrane_rtp_h264_plugin": {:git, "https://github.com/membraneframework/membrane_rtp_h264_plugin.git", "807befb264775c9994108403214e039d039e18b1", []},
34-
"membrane_rtp_mpegaudio_plugin": {:hex, :membrane_rtp_mpegaudio_plugin, "0.10.0", "cc97d183e246e86c75877a898db440df9ab917f92260643fcd071611fd0c420a", [:mix], [{:membrane_caps_audio_mpeg, "~> 0.2.0", [hex: :membrane_caps_audio_mpeg, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.10.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_rtp_format, "~> 0.4.0", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}], "hexpm", "3f832b5a514bbca149e88c0fa83d10bfd006d5f83af2a48336602288096c5bc3"},
35-
"membrane_telemetry_metrics": {:git, "https://github.com/membraneframework/membrane_telemetry_metrics.git", "1ed21f9b75fac9d5520a26976ee252cf8953e8fa", []},
32+
"membrane_rtp_format": {:hex, :membrane_rtp_format, "0.5.0", "1b6930453be836bcc48ff71daeea76ac969cb726c0afda7203ddbbd76ca2db37", [:mix], [{:membrane_core, "~> 0.10.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "cd4d5c0389b154523d42781e492617e5d02a11af0f11163008f434a9f6179d5a"},
33+
"membrane_rtp_h264_plugin": {:hex, :membrane_rtp_h264_plugin, "0.13.0", "39c5cbe86471336e8d5cfae0f50d1e1b219b38af908f81d7971efe48c51dfd72", [:mix], [{:bunch, "~> 1.3", [hex: :bunch, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.10.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_h264_format, "~> 0.3.0", [hex: :membrane_h264_format, repo: "hexpm", optional: false]}, {:membrane_rtp_format, "0.5.0", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}], "hexpm", "ace81e2783bc63ce54b1375ceb5c2e9c28114f6d03bfad8545b10a88403d1a47"},
34+
"membrane_rtp_mpegaudio_plugin": {:hex, :membrane_rtp_mpegaudio_plugin, "0.11.0", "3d23022263dfbd72a966ffe652713d758e2a3eb2ec063eafdf7440a9709510f9", [:mix], [{:membrane_caps_audio_mpeg, "~> 0.2.0", [hex: :membrane_caps_audio_mpeg, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.10.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_rtp_format, "~> 0.5.0", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}], "hexpm", "7fcd57123b867cba84711c862239a5c36f996284fadbcce0018297efc8d3669e"},
35+
"membrane_telemetry_metrics": {:hex, :membrane_telemetry_metrics, "0.1.0", "cb93d28356b436b0597736c3e4153738d82d2a14ff547f831df7e9051e54fc06", [:mix], [{:telemetry, "~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}, {:telemetry_metrics, "~> 0.6.1", [hex: :telemetry_metrics, repo: "hexpm", optional: false]}], "hexpm", "aba28dc8311f70ced95d984509be930fac55857d2d18bffcf768815e627be3f0"},
3636
"metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], [], "hexpm", "69b09adddc4f74a40716ae54d140f93beb0fb8978d8636eaded0c31b6f099f16"},
3737
"mimerl": {:hex, :mimerl, "1.2.0", "67e2d3f571088d5cfd3e550c383094b47159f3eee8ffa08e64106cdf5e981be3", [:rebar3], [], "hexpm", "f278585650aa581986264638ebf698f8bb19df297f66ad91b18910dfc6e19323"},
3838
"mockery": {:hex, :mockery, "2.3.1", "a02fd60b10ac9ed37a7a2ecf6786c1f1dd5c75d2b079a60594b089fba32dc087", [:mix], [], "hexpm", "1d0971d88ebf084e962da3f2cfee16f0ea8e04ff73a7710428500d4500b947fa"},

0 commit comments

Comments
 (0)