Skip to content

Commit

Permalink
chore(deps): ⬆️ Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Dec 29, 2023
1 parent 7c2b3ab commit b9ba7da
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 59 deletions.
106 changes: 52 additions & 54 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ assets = [
]
maintainer-scripts = "debian/"
depends = "$auto, libc6, libgcc-s1, libstdc++6, libssl1.1, libzstd1, libzstd-dev"
recommends = "gcc, g++, openjdk-17-jdk-headless, openjdk-21-jdk-headless, pypy3, python3"
suggests = ""
recommends = "gcc, g++, python3"
suggests = "pypy3"
systemd-units = { enable = false }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cgroups = "0.1.0"
clap = { version = "4.4.11", features = ["derive"] }
clap = { version = "4.4.12", features = ["derive"] }
nix = { version = "0.27.1", features = ["fs"] }
serde = { version = "1.0.193", features = ["derive"] }
shadow-rs = "0.25.0"
Expand All @@ -62,6 +62,6 @@ openapi = ["rest", "dep:utoipa", "dep:utoipa-swagger-ui"]
default = []

[build-dependencies]
clap = { version = "4.4.11", features = ["derive"] }
clap_mangen = "0.2.15"
clap = { version = "4.4.12", features = ["derive"] }
clap_mangen = "0.2.16"
shadow-rs = "0.25.0"

0 comments on commit b9ba7da

Please sign in to comment.