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 serde_repr from 0.1.19 to 0.1.20

Bumps [serde_repr](https://github.com/dtolnay/serde-repr) from 0.1.19 to 0.1.20.
- [Release notes](https://github.com/dtolnay/serde-repr/releases)
- [Commits](https://github.com/dtolnay/serde-repr/compare/0.1.19...0.1.20)

---
updated-dependencies:
- dependency-name: serde_repr
dependency-version: 0.1.20
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

+3 -3
+2 -2
Cargo.lock
··· 1139 1139 1140 1140 [[package]] 1141 1141 name = "serde_repr" 1142 - version = "0.1.19" 1142 + version = "0.1.20" 1143 1143 source = "registry+https://github.com/rust-lang/crates.io-index" 1144 - checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 1144 + checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 1145 1145 dependencies = [ 1146 1146 "proc-macro2 1.0.94", 1147 1147 "quote 1.0.36",
+1 -1
wire/lib/Cargo.toml
··· 16 16 im = { workspace = true } 17 17 serde-query = "0.2.0" 18 18 thiserror = "1.0.62" 19 - serde_repr = "0.1.19" 19 + serde_repr = "0.1.20" 20 20 regex = "1.11.1" 21 21 derive_more = "0.99.18" 22 22 key_agent = { path = "../key_agent" }