]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump regex dep to 1.5
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 16 Dec 2021 10:12:17 +0000 (11:12 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 16 Dec 2021 10:25:02 +0000 (11:25 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
pbs-client/Cargo.toml
pbs-config/Cargo.toml
pbs-fuse-loop/Cargo.toml
pbs-tape/Cargo.toml
pbs-tools/Cargo.toml
proxmox-rest-server/Cargo.toml
proxmox-restore-daemon/Cargo.toml

index ace73becc1931da70a453879ac5dc15935d9de17..0debfa93709351a1c907e5fb226244586bc87067 100644 (file)
@@ -68,7 +68,7 @@ openssl = "0.10"
 pam = "0.7"
 pam-sys = "0.5"
 percent-encoding = "2.1"
-regex = "1.2"
+regex = "1.5"
 rustyline = "7"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
index 1122a7989db91cbcae86e8d7ec8c09a8fb28ca0d..60dc32d3b496247fb8aad02e89396c5ff70b422e 100644 (file)
@@ -20,7 +20,7 @@ nix = "0.19.1"
 openssl = "0.10"
 percent-encoding = "2.1"
 pin-project-lite = "0.2"
-regex = "1.2"
+regex = "1.5"
 rustyline = "7"
 serde_json = "1.0"
 tokio = { version = "1.6", features = [ "fs", "signal" ] }
index 41f2ed279569922afa631af6b9a060da7698a073..7c3b31cbd99b2dace665a76a38ca1e87ea1f9d13 100644 (file)
@@ -13,7 +13,7 @@ libc = "0.2"
 nix = "0.19.1"
 once_cell = "1.3.1"
 openssl = "0.10"
-regex = "1.2"
+regex = "1.5"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 
index 630f1bf004ef2520d47c018dd7a4016ee5fcc423..b6ed46dacc1fc34e03400a898204f2bd22abe1b7 100644 (file)
@@ -11,7 +11,7 @@ futures = "0.3"
 lazy_static = "1.4"
 libc = "0.2"
 nix = "0.19.1"
-regex = "1.2"
+regex = "1.5"
 tokio = { version = "1.6", features = [] }
 
 proxmox-time = "1"
index ae1efb005ccfe56c989f302d88ff46a271dca594..a50c91b4225d315a5a51b2d00f91c9c68c0d5938 100644 (file)
@@ -16,7 +16,7 @@ nix = "0.19.1"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 bitflags = "1.2.1"
-regex = "1.2"
+regex = "1.5"
 udev = "0.4"
 
 proxmox-io = "1"
index bce9354f6b384c973fe22a106a0e55092bf2cfd8..097ebf0c42ff7cba9cb65233b1f3ebaafaec3ff7 100644 (file)
@@ -23,7 +23,7 @@ nix = "0.19.1"
 nom = "5.1"
 openssl = "0.10"
 percent-encoding = "2.1"
-regex = "1.2"
+regex = "1.5"
 serde = "1.0"
 serde_json = "1.0"
 # rt-multi-thread is required for block_in_place
index 4c168573e830ad6f1fbc365db380aef422eb72cc..296dc09ef91cefa81a7dc49f81f3d19001875f0c 100644 (file)
@@ -22,7 +22,7 @@ log = "0.4"
 nix = "0.19.1"
 once_cell = "1.3.1"
 percent-encoding = "2.1"
-regex = "1.2"
+regex = "1.5"
 serde = { version = "1.0", features = [] }
 serde_json = "1.0"
 tokio = { version = "1.6", features = ["signal", "process"] }
index 33ecc4a41f93afde0b919b3d77e1c7baa74d465f..e25f12f787dc272ac74bdb878c57b6ec81ff5fa1 100644 (file)
@@ -16,7 +16,7 @@ lazy_static = "1.4"
 libc = "0.2"
 log = "0.4"
 nix = "0.19.1"
-regex = "1.2"
+regex = "1.5"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 tokio = { version = "1.6", features = ["parking_lot", "sync"] }