You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
765 B
26 lines
765 B
From 9610b255fb4a2a0eb3ad08177b75135075923de2 Mon Sep 17 00:00:00 2001
|
|
From: Fabio Valentini <decathorpe@gmail.com>
|
|
Date: Tue, 24 Sep 2024 19:16:14 +0200
|
|
Subject: [PATCH 5/6] bump pyproject-toml-dependency from 0.9 to 0.11
|
|
|
|
---
|
|
Cargo.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 115a515..1aeab2b 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -103,7 +103,7 @@ pathdiff = { version = "0.2.1" }
|
|
pep440_rs = { version = "0.6.0", features = ["serde"] }
|
|
pretty_assertions = "1.3.0"
|
|
proc-macro2 = { version = "1.0.79" }
|
|
-pyproject-toml = { version = "0.9.0" }
|
|
+pyproject-toml = { version = "0.11.0" }
|
|
quick-junit = { version = "0.5.0" }
|
|
quote = { version = "1.0.23" }
|
|
rand = { version = "0.8.5" }
|
|
--
|
|
2.46.1
|
|
|