Skip to content

Commit 3d01513

Browse files
build(deps): bump regex from 1.11.0 to 1.11.1 (#121)
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.0...1.11.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c97621a commit 3d01513

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lazy_static = "1.5.0"
1818
log = "0.4.22"
1919
log4rs = "1.3.0"
2020
rand = "0.8.5"
21-
regex = "1.11.0"
21+
regex = "1.11.1"
2222
reqwest = { version = "0.12.8", features = ["json"] }
2323
serde = { version = "1.0.214", features = ["derive"] }
2424
serde_json = { version = "1.0.128", features = ["raw_value"] }

0 commit comments

Comments
 (0)