From 60ffa2a599a78751f2663497c44ebe1ba23e679f Mon Sep 17 00:00:00 2001
From: Nutomic <me@nutomic.com>
Date: Wed, 13 Dec 2023 13:05:13 +0100
Subject: [PATCH] Upgrade pictrs to 0.5.0-rc.2, remove cargo unstable flags
 (#4258)

---
 .cargo/config | 3 ---
 Cargo.lock    | 4 ++--
 Cargo.toml    | 2 +-
 3 files changed, 3 insertions(+), 6 deletions(-)
 delete mode 100644 .cargo/config

diff --git a/.cargo/config b/.cargo/config
deleted file mode 100644
index f6e10093d..000000000
--- a/.cargo/config
+++ /dev/null
@@ -1,3 +0,0 @@
-[build]
-# these are necessary for building with embed-pictrs feature
-rustflags = ["--cfg", "tokio_unstable", "--cfg", "uuid_unstable"]
diff --git a/Cargo.lock b/Cargo.lock
index d5b071e88..042b55e56 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3736,9 +3736,9 @@ dependencies = [
 
 [[package]]
 name = "pict-rs"
-version = "0.5.0-rc.1"
+version = "0.5.0-rc.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "86934e8d379177dcbf22c36bd2493e973abafda2ce20f70c303acc7461aa165f"
+checksum = "f24eed67dd30cd04e67959b7c9a2b14c8e7c9d9a67b095eb56c70477a6eef212"
 dependencies = [
  "actix-form-data",
  "actix-web",
diff --git a/Cargo.toml b/Cargo.toml
index 336b20112..7589a5996 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -184,7 +184,7 @@ tracing-opentelemetry = { workspace = true, optional = true }
 opentelemetry = { workspace = true, optional = true }
 console-subscriber = { version = "0.1.10", optional = true }
 opentelemetry-otlp = { version = "0.12.0", optional = true }
-pict-rs = { version = "0.5.0-rc.1", optional = true }
+pict-rs = { version = "0.5.0-rc.2", optional = true }
 tokio.workspace = true
 actix-cors = "0.6.5"
 futures-util = { workspace = true }
-- 
GitLab