Skip to content

Commit

Permalink
Update try_from requirement from 0.2 to 0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [try_from](https://github.com/derekjw/try_from) to permit the latest version.
- [Release notes](https://github.com/derekjw/try_from/releases)
- [Commits](https://github.com/derekjw/try_from/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Dec 5, 2018
1 parent 79d7392 commit 3b08b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion socketcan-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ netlink-rs = { git = "https://github.com/netlink-rs/netlink-rs", rev = "c008b4e3
nix = "^0.11"
tokio = "0.1"
socketcan = { path = "../socketcan" }
try_from = "0.2"
try_from = "0.3"

[dev-dependencies]
futures-await = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion socketcan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mio = "0.6"
netlink-rs = { git = "https://github.com/netlink-rs/netlink-rs", rev = "c008b4e385e3c0a114ec907ca28ad4fe33233ed5" }
nix = "^0.11"
tokio = "0.1"
try_from = "0.2"
try_from = "0.3"

[features]
vcan_tests = []

0 comments on commit 3b08b8e

Please sign in to comment.