Skip to content

Commit 0ecd20c

Browse files
committed
chore: update regex to 1.5.6
1 parent 9e5f069 commit 0ecd20c

File tree

2 files changed

+29
-18
lines changed

2 files changed

+29
-18
lines changed

Cargo.lock

Lines changed: 27 additions & 16 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,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "feature-probe-server-sdk"
4-
version = "1.0.1"
4+
version = "1.0.2"
55
license = "Apache-2.0"
66
authors = ["maintain@featureprobe.com"]
77
description = "FeatureProbe Server Side SDK for Rust"
@@ -35,7 +35,7 @@ lazy_static = "1.4"
3535
minstant = "0.1"
3636
parking_lot = "0.12"
3737
rand = "0.8"
38-
regex = "0.2"
38+
regex = "1.5.6"
3939
semver = "1.0"
4040
serde = { version = "1.0", features = ["derive"] }
4141
serde_json = "1.0"

0 commit comments

Comments
 (0)