Merge pull request #241 from neodyland/dependabot/cargo/regex-1.11.2

build(deps): bump regex from 1.11.1 to 1.11.2
This commit is contained in:
tuna2134
2025-09-01 06:17:36 +09:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2146,9 +2146,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.11.1"
version = "1.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"
dependencies = [
"aho-corasick",
"memchr",

View File

@@ -20,7 +20,7 @@ npyz = { version = "0.8.4", optional = true }
num_cpus = "1.17.0"
once_cell.workspace = true
ort = { git = "https://github.com/pykeio/ort.git", version = "2.0.0-rc.9", optional = true }
regex = "1.10.6"
regex = "1.11.2"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.143"
tar = "0.4.41"