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: null <platform-engineering@redhat.com>
  • Loading branch information
platform-engineering-bot committed Feb 20, 2024
1 parent 3c84c9b commit 18a6aa1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ libc = "^0.2.153"
liboverdrop = "0.1.0"
libsystemd = "0.7"
once_cell = "1.19"
openssl = "^0.10.63"
openssl = "^0.10.64"
# TODO drop this in favor of rustix
nix = { version = "0.27", features = ["ioctl", "sched"] }
regex = "1.10.3"
rustix = { "version" = "0.38", features = ["thread", "fs", "system", "process"] }
schemars = { version = "0.8.16", features = ["chrono"] }
serde = { features = ["derive"], version = "1.0.196" }
serde = { features = ["derive"], version = "1.0.197" }
serde_ignored = "0.1.10"
serde_json = "1.0.113"
serde_json = "1.0.114"
serde_yaml = "0.9.32"
serde_with = ">= 3.6.1, < 4"
tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1.36.0" }
Expand Down

0 comments on commit 18a6aa1

Please sign in to comment.