Skip to content

Commit 0909302

Browse files
committed
chore: bump version to 3.1.4 and update dependencies
Update regex to 1.12.2 and bump patch version. This update includes minor dependency updates for cc, libc, generic-array, and related regex crates (regex-automata, regex-syntax).
1 parent 605aebc commit 0909302

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 15 additions & 15 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "swift-mt-message"
3-
version = "3.1.3"
3+
version = "3.1.4"
44
edition = "2024"
55
exclude = [".DS_Store", "/target", ".vscode", ".github"]
66
authors = ["Plasmatic Engineering <shankar@goplasmatic.io>"]
@@ -21,7 +21,7 @@ chrono = { version = "0.4", features = ["serde"] }
2121

2222
# Error handling and utilities
2323
thiserror = "1.0"
24-
regex = "1.11"
24+
regex = "1.12"
2525
once_cell = "1.21"
2626

2727
# Data validation and workflow

0 commit comments

Comments
 (0)