Skip to content

Commit

Permalink
Merge pull request #18 from serpent-os/dependabot/cargo/cargo-512cbd042f
Browse files Browse the repository at this point in the history
build(deps): bump the cargo group with 6 updates
  • Loading branch information
ikeycode authored Nov 1, 2023
2 parents 5e33d47 + bb6287a commit 8536dcf
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 59 deletions.
155 changes: 102 additions & 53 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-process = "1.8.0"
async-process = "1.8.1"
bincode = "1.3.3"
clap = "4.4.5"
futures = "0.3.28"
serde = { version = "1.0.188", features = ["derive"] }
serde_yaml = "0.9.25"
thiserror = "1.0.48"
clap = "4.4.7"
futures = "0.3.29"
serde = { version = "1.0.190", features = ["derive"] }
serde_yaml = "0.9.27"
thiserror = "1.0.50"

[[bin]]
name = "usysconf"
Expand Down

0 comments on commit 8536dcf

Please sign in to comment.