Merge pull request #271 from neodyland/dependabot/cargo/regex-1.12.2

build(deps): bump regex from 1.12.1 to 1.12.2
This commit is contained in:
tuna2134
2025-10-27 23:53:50 +09:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2158,9 +2158,9 @@ dependencies = [
[[package]] [[package]]
name = "regex" name = "regex"
version = "1.12.1" version = "1.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a52d8d02cacdb176ef4678de6c052efb4b3da14b78e4db683a4252762be5433" checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"memchr", "memchr",

View File

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