aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-14 16:11:23 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-14 16:11:23 +0800
commit197f94ee6789942c31fc63e1a79afbe3d6a27cdf (patch)
tree5aea4d48734b05c81d990ff662bc3499f838d1ae /mingling_core/Cargo.toml
parent7231e55bc3eed0e4d992fda417b71adadd66c1f8 (diff)
Update toml dependency to version 1.1.2
Diffstat (limited to 'mingling_core/Cargo.toml')
-rw-r--r--mingling_core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml
index f7f7c00..54f6a2c 100644
--- a/mingling_core/Cargo.toml
+++ b/mingling_core/Cargo.toml
@@ -31,7 +31,7 @@ once_cell = "1.21.4"
ron = { version = "0.12.1", optional = true }
serde_json = { version = "1", optional = true }
serde_yaml = { version = "0.9", optional = true }
-toml = { version = "0.9.8", optional = true }
+toml = { version = "1.1.2+spec-1.1.0", optional = true }
log = { version = "0.4", optional = true }
env_logger = { version = "0.11", optional = true }