Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: numtide/system-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f5afddfedc2cae5f3c0c4fca2f17334e2c242b40
Choose a base ref
..
head repository: numtide/system-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6fbbec66ccf0730634054273101691c616e9bcdf
Choose a head ref
Showing with 167 additions and 25 deletions.
  1. +166 −24 Cargo.lock
  2. +1 −1 Cargo.toml
190 changes: 166 additions & 24 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ clap = { version = "4.1.4", features = ["derive"] }
dbus = "0.9.7"
env_logger = "0.11.0"
im = { version = "15.1.0", features = ["serde"] }
itertools = "0.14.0"
itertools = "0.13.0"
log = "0.4.17"
nix = { version = "0.29.0", features = ["hostname", "user"] }
serde = { version = "1.0.152", features = ["derive"] }