ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump regex from 1.11.2 to 1.11.3 (#279)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
b16697f2 327c8193

+5 -5
+4 -4
Cargo.lock
··· 1130 1130 1131 1131 [[package]] 1132 1132 name = "regex" 1133 - version = "1.11.2" 1133 + version = "1.11.3" 1134 1134 source = "registry+https://github.com/rust-lang/crates.io-index" 1135 - checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" 1135 + checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" 1136 1136 dependencies = [ 1137 1137 "aho-corasick", 1138 1138 "memchr", ··· 1142 1142 1143 1143 [[package]] 1144 1144 name = "regex-automata" 1145 - version = "0.4.9" 1145 + version = "0.4.11" 1146 1146 source = "registry+https://github.com/rust-lang/crates.io-index" 1147 - checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1147 + checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" 1148 1148 dependencies = [ 1149 1149 "aho-corasick", 1150 1150 "memchr",
+1 -1
wire/lib/Cargo.toml
··· 16 16 serde-query = "0.2.0" 17 17 thiserror = "2.0.16" 18 18 serde_repr = "0.1.20" 19 - regex = "1.11.2" 19 + regex = "1.11.3" 20 20 derive_more = { version = "2.0.1", features = ["display"] } 21 21 key_agent = { path = "../key_agent" } 22 22 futures = "0.3.31"