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 /runtime | |
parent | e166d7eed0e2ccda15e19eda016f9a188c4e1dbd (diff) |
chore: update regex to 1.5.5 (#13875)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index f34371d42..009e6a35a 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -74,7 +74,7 @@ lzzzz = '=0.8.0' netif = "0.1.3" notify = "=5.0.0-pre.12" once_cell = "=1.9.0" -regex = "1.5.4" +regex = "1.5.5" ring = "0.16.20" serde = { version = "1.0.129", features = ["derive"] } signal-hook-registry = "1.4.0" |