Skip to content

Commit fd94c6f

Browse files
authored
Merge pull request #443 from containers/revert-423-renovate/all-patch
Revert "fix(deps): update all patch dependencies"
2 parents c6c7466 + 637b6a5 commit fd94c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ once_cell = "1.19"
3232
openssl = "^0.10.64"
3333
# TODO drop this in favor of rustix
3434
nix = { version = "0.28", features = ["ioctl", "sched"] }
35-
regex = "1.10.4"
35+
regex = "1.10.3"
3636
rustix = { "version" = "0.38", features = ["thread", "fs", "system", "process"] }
3737
schemars = { version = "0.8.16", features = ["chrono"] }
3838
serde = { features = ["derive"], version = "1.0.197" }
3939
serde_ignored = "0.1.10"
4040
serde_json = "1.0.114"
41-
serde_yaml = "0.9.34"
41+
serde_yaml = "0.9.33"
4242
serde_with = ">= 3.7.0, < 4"
4343
tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1.36.0" }
4444
tokio-util = { features = ["io-util"], version = "0.7" }

0 commit comments

Comments
 (0)