Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed May 5, 2021
1 parent 9f7dfed commit 387d64d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
72 changes: 36 additions & 36 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 @@ -12,26 +12,26 @@ edition = "2018"
build = "build.rs"

[dependencies]
anyhow = "1.0.38"
anyhow = "1.0.40"
clap = "2.33.3"
indoc = "1.0.3"
nix = "0.20.0"
sdtx = { git = "https://github.com/linux-surface/libsurfacedtx", tag = "v0.1.0" }
serde = "1.0.124"
serde = "1.0.125"
serde_json = "1.0.64"
thiserror = "1.0.24"
udev = "0.6.0"
udev = "0.6.2"

[build-dependencies]
anyhow = "1.0.38"
anyhow = "1.0.40"
clap = "2.33.3"
indoc = "1.0.3"
nix = "0.20.0"
sdtx = { git = "https://github.com/linux-surface/libsurfacedtx", tag = "v0.1.0" }
serde = "1.0.124"
serde = "1.0.125"
serde_json = "1.0.64"
thiserror = "1.0.24"
udev = "0.6.0"
udev = "0.6.2"

[profile.release]
lto = true
Expand Down

0 comments on commit 387d64d

Please sign in to comment.