Skip to content

Commit

Permalink
chore: ⬆️ 更新外部依赖,锁定narsesenavm的小版本
Browse files Browse the repository at this point in the history
  • Loading branch information
ARCJ137442 committed Sep 12, 2024
1 parent 08e5cba commit 44637da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ features = [ "bundled" ] # 启用所有特性
[dependencies.narsese]
# ! 本地依赖可以不添加版本
# 载入Narsese API,引入其中所有部分
version = "0" # * ✅现已发布至`crates.io`
version = "0.21" # * ✅现已发布至`crates.io`
# path = "../Narsese.rs"
# git = "https://github.com/ARCJ137442/Narsese.rs"
# ! 【2024-03-23 19:19:01】似乎Rust-Analyzer无法获取私有仓库数据
Expand All @@ -65,7 +65,7 @@ features = [] # ! 【2024-03-21 09:24:51】暂时没有特性
# * 🎯用于解析提取NARS输出
# * 📄OpenNARS、ONA、PyNARS
[dependencies.regex]
version = "1.10.4"
version = "1.10.6"
optional = true

# 用于实现「静态含闭包常量」
Expand All @@ -84,7 +84,7 @@ optional = true

# Rust版本的PEG解析器(派生宏)
[dependencies.pest_derive]
version = "2.7.8"
version = "2.7.12"
optional = true

# 命令行支持/彩色终端
Expand All @@ -94,12 +94,12 @@ optional = true

# 命令行支持/(H)JSON配置解析
[dependencies.serde]
version = "1.0.197"
version = "1.0.210"
optional = true
features = ["derive"]

[dependencies.serde_json]
version = "1.0.115"
version = "1.0.128"
optional = true

[dependencies.deser-hjson]
Expand All @@ -113,7 +113,7 @@ optional = true

# 命令行支持/命令行参数解析
[dependencies.clap]
version = "4.5.4"
version = "4.5.17"
features = ["derive"]
optional = true

Expand Down

0 comments on commit 44637da

Please sign in to comment.