Skip to content

Commit f2fccb0

Browse files
Update Rust crate regex to 1.5.5 [SECURITY]
1 parent 83db8e8 commit f2fccb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/src/rusqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ byteorder = { version = "1.2", features = ["i128"], optional = true }
5454
[dev-dependencies]
5555
tempdir = "0.3"
5656
lazy_static = "1.0"
57-
regex = "1.0"
57+
regex = "1.5.5"
5858

5959
[dependencies.libsqlite3-sys]
6060
path = "libsqlite3-sys"

0 commit comments

Comments
 (0)