Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Oct 25, 2023
1 parent 012625f commit af9cb54
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 38 deletions.
61 changes: 30 additions & 31 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ build = "build.rs"

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.6", features = ['cargo'] }
clap = { version = "4.4.7", features = ['cargo'] }
indoc = "2.0.4"
nix = "0.27.1"
sdtx = { git = "https://github.com/linux-surface/libsurfacedtx", tag = "v0.1.4" }
serde = "1.0.188"
serde = "1.0.189"
serde_json = "1.0.107"
thiserror = "1.0.49"
thiserror = "1.0.50"
udev = "0.8.0"

[build-dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.6", features = ['cargo'] }
clap_complete = "4.4.3"
clap = { version = "4.4.7", features = ['cargo'] }
clap_complete = "4.4.4"
indoc = "2.0.4"
nix = "0.27.1"
sdtx = { git = "https://github.com/linux-surface/libsurfacedtx", tag = "v0.1.4" }
serde = "1.0.188"
serde = "1.0.189"
serde_json = "1.0.107"
thiserror = "1.0.49"
thiserror = "1.0.50"
udev = "0.8.0"

[profile.release]
Expand Down

0 comments on commit af9cb54

Please sign in to comment.