Skip to content

Commit b585cd9

Browse files
Bump the minor-patch group across 1 directory with 2 updates (#39)
Bumps the minor-patch group with 2 updates in the / directory: [serde](https://github.com/serde-rs/serde) and [regex](https://github.com/rust-lang/regex). `serde` 1.0.226 -> 1.0.228 `regex` 1.11.2 -> 1.11.3 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 04f23aa commit b585cd9

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ rust-version = "1.86.0"
1313

1414
[dependencies]
1515
clap = { version = "4.5.48", features = ["derive"] }
16-
serde = { version = "1.0.226", features = ["derive"] }
16+
serde = { version = "1.0.228", features = ["derive"] }
1717
serde_json = { version = "1.0.145", features = ["preserve_order"] }
1818
quick-xml = "0.38.3"
19-
regex = "1.11.2"
19+
regex = "1.11.3"
2020
lazy_static = "1.5.0"
2121
toml = "0.9.7"
2222

0 commit comments

Comments
 (0)