diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-03-08 22:00:17 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-08 22:00:17 +0530 |
| commit | 61fbecfd5baaa8038a6e9c49ad50d00ce54ab186 (patch) | |
| tree | 0b8997095d369b6895df92ed2f44d84e084ff671 /test_util | |
| parent | e166d7eed0e2ccda15e19eda016f9a188c4e1dbd (diff) | |
chore: update regex to 1.5.5 (#13875)
Diffstat (limited to 'test_util')
| -rw-r--r-- | test_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 253604808..9567e68a4 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -20,7 +20,7 @@ futures = "0.3.21" hyper = { version = "0.14.12", features = ["server", "http1", "http2", "runtime"] } lazy_static = "1.4.0" os_pipe = "0.9.2" -regex = "1.5.4" +regex = "1.5.5" rustls-pemfile = "0.2.1" serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.65" |
