Skip to content

Commit

Permalink
fix(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: platform-engineering@redhat.com
  • Loading branch information
platform-engineering-bot committed Mar 26, 2024
1 parent fd94c6f commit 32e0640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ once_cell = "1.19"
openssl = "^0.10.64"
# TODO drop this in favor of rustix
nix = { version = "0.28", features = ["ioctl", "sched"] }
regex = "1.10.3"
regex = "1.10.4"
rustix = { "version" = "0.38", features = ["thread", "fs", "system", "process"] }
schemars = { version = "0.8.16", features = ["chrono"] }
serde = { features = ["derive"], version = "1.0.197" }
serde_ignored = "0.1.10"
serde_json = "1.0.114"
serde_yaml = "0.9.33"
serde_json = "1.0.115"
serde_yaml = "0.9.34"
serde_with = ">= 3.7.0, < 4"
tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1.36.0" }
tokio-util = { features = ["io-util"], version = "0.7" }
Expand Down

0 comments on commit 32e0640

Please sign in to comment.