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.1 to 1.11.2 (#240)

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
108dcdb8 d6d9d53c

+3 -3
+2 -2
Cargo.lock
··· 1039 1039 1040 1040 [[package]] 1041 1041 name = "regex" 1042 - version = "1.11.1" 1042 + version = "1.11.2" 1043 1043 source = "registry+https://github.com/rust-lang/crates.io-index" 1044 - checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1044 + checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" 1045 1045 dependencies = [ 1046 1046 "aho-corasick", 1047 1047 "memchr",
+1 -1
wire/lib/Cargo.toml
··· 17 17 serde-query = "0.2.0" 18 18 thiserror = "2.0.16" 19 19 serde_repr = "0.1.20" 20 - regex = "1.11.1" 20 + regex = "1.11.2" 21 21 derive_more = { version = "2.0.1", features = ["display"] } 22 22 key_agent = { path = "../key_agent" } 23 23 futures = "0.3.31"