bump regex dep to 1.5

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-12-16 11:12:17 +01:00
parent 9fa3026a08
commit c3b8e74fdf
8 changed files with 8 additions and 8 deletions

View File

@ -68,7 +68,7 @@ openssl = "0.10"
pam = "0.7" pam = "0.7"
pam-sys = "0.5" pam-sys = "0.5"
percent-encoding = "2.1" percent-encoding = "2.1"
regex = "1.2" regex = "1.5"
rustyline = "7" rustyline = "7"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"

View File

@ -20,7 +20,7 @@ nix = "0.19.1"
openssl = "0.10" openssl = "0.10"
percent-encoding = "2.1" percent-encoding = "2.1"
pin-project-lite = "0.2" pin-project-lite = "0.2"
regex = "1.2" regex = "1.5"
rustyline = "7" rustyline = "7"
serde_json = "1.0" serde_json = "1.0"
tokio = { version = "1.6", features = [ "fs", "signal" ] } tokio = { version = "1.6", features = [ "fs", "signal" ] }

View File

@ -13,7 +13,7 @@ libc = "0.2"
nix = "0.19.1" nix = "0.19.1"
once_cell = "1.3.1" once_cell = "1.3.1"
openssl = "0.10" openssl = "0.10"
regex = "1.2" regex = "1.5"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"

View File

@ -11,7 +11,7 @@ futures = "0.3"
lazy_static = "1.4" lazy_static = "1.4"
libc = "0.2" libc = "0.2"
nix = "0.19.1" nix = "0.19.1"
regex = "1.2" regex = "1.5"
tokio = { version = "1.6", features = [] } tokio = { version = "1.6", features = [] }
proxmox-time = "1" proxmox-time = "1"

View File

@ -16,7 +16,7 @@ nix = "0.19.1"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
bitflags = "1.2.1" bitflags = "1.2.1"
regex = "1.2" regex = "1.5"
udev = "0.4" udev = "0.4"
proxmox-io = "1" proxmox-io = "1"

View File

@ -23,7 +23,7 @@ nix = "0.19.1"
nom = "5.1" nom = "5.1"
openssl = "0.10" openssl = "0.10"
percent-encoding = "2.1" percent-encoding = "2.1"
regex = "1.2" regex = "1.5"
serde = "1.0" serde = "1.0"
serde_json = "1.0" serde_json = "1.0"
# rt-multi-thread is required for block_in_place # rt-multi-thread is required for block_in_place

View File

@ -22,7 +22,7 @@ log = "0.4"
nix = "0.19.1" nix = "0.19.1"
once_cell = "1.3.1" once_cell = "1.3.1"
percent-encoding = "2.1" percent-encoding = "2.1"
regex = "1.2" regex = "1.5"
serde = { version = "1.0", features = [] } serde = { version = "1.0", features = [] }
serde_json = "1.0" serde_json = "1.0"
tokio = { version = "1.6", features = ["signal", "process"] } tokio = { version = "1.6", features = ["signal", "process"] }

View File

@ -16,7 +16,7 @@ lazy_static = "1.4"
libc = "0.2" libc = "0.2"
log = "0.4" log = "0.4"
nix = "0.19.1" nix = "0.19.1"
regex = "1.2" regex = "1.5"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
tokio = { version = "1.6", features = ["parking_lot", "sync"] } tokio = { version = "1.6", features = ["parking_lot", "sync"] }