ci/docker/fedora: update rustc and meson versions
[platform/upstream/gstreamer.git] / ci / docker / fedora / prepare.sh
index a5fa098..f3092bf 100644 (file)
@@ -202,7 +202,7 @@ dnf builddep -y gstreamer1 \
     python3-gstreamer1
 
 dnf remove -y meson
-pip3 install meson==0.58.0 hotdoc
+pip3 install meson==0.59.1 hotdoc
 
 # Remove gst-devel packages installed by builddep above
 dnf remove -y "gstreamer1*devel"
@@ -214,8 +214,8 @@ rpm -i --reinstall *.rpm
 rm -f *.rpm
 
 # Install Rust
-RUSTUP_VERSION=1.24.2
-RUST_VERSION=1.52.1
+RUSTUP_VERSION=1.24.3
+RUST_VERSION=1.55.0
 RUST_ARCH="x86_64-unknown-linux-gnu"
 
 dnf install -y wget