Skip to content

Update codebase to use latest dependencies and idioms #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 92 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
1738fe5
Bump rustc-serialize from 0.3.23 to 0.3.24
dependabot-support Dec 19, 2018
b7b2370
Bump chan from 0.1.19 to 0.1.23
dependabot-support Dec 19, 2018
f912e94
Bump minimum Rust version to 1.13
ErichDonGubler Jan 24, 2019
43c95ab
Remove `try/`?` operator compatibility shims, since `?` is stable sin…
ErichDonGubler Jan 24, 2019
90ecf34
Replace usages of `try!` macro with the `Try` operator (`?`)
ErichDonGubler Jan 24, 2019
463e378
Bump gcc from 0.3.45 to 0.3.55
dependabot-support Dec 13, 2018
41dda67
Bump minimum Rust version to 1.15
ErichDonGubler Jan 24, 2019
eec5d79
Remove check for Rust <1.15 (now new minimum); since it's the last `r…
ErichDonGubler Jan 24, 2019
9ff2cef
Bump semver from 0.5.1 to 0.9.0
dependabot-support Dec 13, 2018
bf0a2cc
Bump toml from 0.2.1 to 0.4.10
dependabot-support Dec 13, 2018
4ca838a
Bump minimum Rust version to 1.17
ErichDonGubler Jan 24, 2019
ebc61f2
Cargo.lock: Use non-`root` layout for `cargo-script`
ErichDonGubler Jan 24, 2019
14a9772
Bump log from 0.3.7 to 0.4.6, `s/LogLevel/Level`
dependabot-support Dec 19, 2018
ec13852
Bump minimum Rust to version 1.19
ErichDonGubler Jan 24, 2019
53f5719
Update to use `winapi` 0.3.6, remove fragmented Windows platform
ErichDonGubler Jan 23, 2019
a9e6105
Bump open from 1.2.0 to 1.2.2
dependabot-support Dec 19, 2018
c0ed84a
Bump tempdir from 0.3.5 to 0.3.7
dependabot-support Dec 19, 2018
5e35add
Bump time from 0.1.36 to 0.1.42
dependabot-support Jan 24, 2019
df4ccde
Bump minimum Rust version to 1.20
ErichDonGubler Jan 24, 2019
2e3c004
Bump clap from 2.23.2 to 2.32.0
dependabot-support Jan 24, 2019
eaa16d2
Bump minimum Rust version to 1.24.1
ErichDonGubler Jan 23, 2019
11916bb
Remove usages of `AsciiExt`, since the new minimum Rust > 1.23
ErichDonGubler Jan 24, 2019
f7dd392
Bump regex from 0.2.1 to 1.1.0
dependabot-support Jan 24, 2019
6677ac6
Bump lazy_static from 0.2.6 to 1.2.0
dependabot-support Dec 13, 2018
8c55bb3
Bump env_logger from 0.4.2 to 0.5.12, fix `env_logger::init` call in
dependabot-support Jan 24, 2019
7a163b5
Bump itertools from 0.5.10 to 0.8.0
dependabot-support Dec 13, 2018
87745ce
Fmt pass
ErichDonGubler Jan 24, 2019
e48f4f4
Fix associated type ambiguity that will become a hard error in Rust 1.26
ErichDonGubler Jul 4, 2019
866f988
Bump atty from 0.2.2 to 0.2.11
dependabot-support Apr 25, 2019
0ac960d
Bump lazy_static from 0.2.6 to 1.3.0
dependabot-support Feb 27, 2019
3723218
Bump open from 1.2.0 to 1.2.3
dependabot-preview[bot] Jul 3, 2019
b44c81c
Bump winapi from 0.2.8 to 0.3.7
dependabot-support Apr 25, 2019
d5a2ce0
Bump winreg from 0.4.0 to 0.6.0
dependabot-support Apr 25, 2019
412bb7a
Bump clap from 2.23.2 to 2.33.0
dependabot-support Apr 8, 2019
640d7f5
`src/error.rs`: Fix bare trait object warning
ErichDonGubler Jul 6, 2019
643ec79
Replace `rustc-serialize` with `serde{,_json}`
ErichDonGubler Jan 24, 2019
9266a76
Bump minimum Rust version to 1.26
ErichDonGubler Jan 24, 2019
7d5eb5b
`src/main.rs`: use non-deprecated syntax for inclusive ranges
ErichDonGubler Jul 6, 2019
1e94ea0
Replace `chan` with `crossbeam-channel`
ErichDonGubler Jan 24, 2019
643bc5d
Bump minimum Rust version to 1.31
ErichDonGubler Jan 24, 2019
9eda9c8
Bump toml from 0.2.1 to 0.5.1
dependabot-support May 17, 2019
6e40c81
Run `cargo fix --edition`
ErichDonGubler Jan 24, 2019
58b7767
Move to Rust 2018 edition, run `cargo fix --edition-idioms`
ErichDonGubler Jan 24, 2019
74960ad
Remove `extern crate` statements, fix paths accordingly; remove redun…
ErichDonGubler Jan 24, 2019
69143fe
Add a test to ensure that the Rust 2018 edition actually compiles
ErichDonGubler Jan 24, 2019
0d3f6a0
Bump log from 0.4.6 to 0.4.10
dependabot-preview[bot] Dec 16, 2019
16a31d3
Bump log from 0.4.6 to 0.4.10 (#52)
ErichDonGubler Dec 16, 2019
785b159
Bump toml from 0.5.1 to 0.5.5
dependabot-preview[bot] Nov 5, 2019
25badb8
[Security] Bump smallvec from 0.6.8 to 0.6.13
dependabot-preview[bot] Dec 16, 2019
0c8fe04
Bump env_logger from 0.5.12 to 0.7.1
dependabot-preview[bot] Dec 16, 2019
565d1bd
Bump itertools from 0.8.0 to 0.8.2
dependabot-preview[bot] Dec 18, 2019
c826c63
Bump serde from 1.0.102 to 1.0.104
dependabot-preview[bot] Dec 18, 2019
755a1b8
Bump regex from 1.1.0 to 1.3.1
dependabot-preview[bot] Dec 18, 2019
0a64bac
Bump crossbeam-channel from 0.3.6 to 0.4.0
dependabot-preview[bot] Dec 19, 2019
2d7fb28
Bump serde_json from 1.0.37 to 1.0.44
dependabot-preview[bot] Dec 19, 2019
b316c95
Bump MSRV to 1.40
ErichDonGubler Dec 20, 2019
96de3ba
Bump time from 0.1.42 to 0.2.0
dependabot-preview[bot] Dec 20, 2019
b21073e
Bump regex from 1.3.1 to 1.3.3
dependabot-preview[bot] Jan 10, 2020
7a1f652
Bump atty from 0.2.11 to 0.2.14
dependabot-preview[bot] Jan 12, 2020
faf1bb4
Bump time from 0.2.0 to 0.2.2
dependabot-preview[bot] Jan 12, 2020
1244fd0
Bump toml from 0.5.5 to 0.5.6
dependabot-preview[bot] Jan 17, 2020
2c27d23
Bump time from 0.2.2 to 0.2.4
dependabot-preview[bot] Jan 21, 2020
ef39313
Bump serde_json from 1.0.44 to 1.0.45
dependabot-preview[bot] Jan 23, 2020
32a6aaf
Bump time from 0.2.4 to 0.2.5
dependabot-preview[bot] Jan 28, 2020
a794d81
Bump time from 0.2.5 to 0.2.6
dependabot-preview[bot] Jan 30, 2020
508a211
Bump regex from 1.3.3 to 1.3.4
dependabot-preview[bot] Jan 31, 2020
e8be8c8
Bump open from 1.2.3 to 1.3.3
dependabot-preview[bot] Feb 3, 2020
75564af
Bump serde_json from 1.0.45 to 1.0.46
dependabot-preview[bot] Feb 3, 2020
2f0617b
Bump serde_json from 1.0.46 to 1.0.47
dependabot-preview[bot] Feb 10, 2020
d321699
Bump open from 1.3.3 to 1.3.4
dependabot-preview[bot] Feb 11, 2020
8d7187f
Bump serde_json from 1.0.47 to 1.0.48
dependabot-preview[bot] Feb 13, 2020
c26ca7f
Bump crossbeam-channel from 0.4.0 to 0.4.2
dependabot-preview[bot] Feb 24, 2020
37bfeaa
Bump time from 0.2.6 to 0.2.7
dependabot-preview[bot] Feb 24, 2020
8528dc9
Bump itertools from 0.8.2 to 0.9.0
dependabot-preview[bot] Mar 9, 2020
88b8dde
Bump open from 1.3.4 to 1.4.0
dependabot-preview[bot] Mar 9, 2020
f1d67ee
Bump regex from 1.3.4 to 1.3.5
dependabot-preview[bot] Mar 13, 2020
e891ba1
Bump serde from 1.0.104 to 1.0.105
dependabot-preview[bot] Mar 19, 2020
ff38325
Bump regex from 1.3.5 to 1.3.6
dependabot-preview[bot] Mar 25, 2020
f809ddd
Bump serde_json from 1.0.48 to 1.0.50
dependabot-preview[bot] Mar 30, 2020
d23ef1b
Bump serde_json from 1.0.50 to 1.0.51
dependabot-preview[bot] Apr 6, 2020
e9167c6
Bump serde from 1.0.105 to 1.0.106
dependabot-preview[bot] Apr 6, 2020
7bc8976
Bump regex from 1.3.6 to 1.3.7
dependabot-preview[bot] Apr 20, 2020
627a162
Bump serde_json from 1.0.51 to 1.0.52
dependabot-preview[bot] Apr 28, 2020
daf4a10
Bump serde_json from 1.0.52 to 1.0.53
dependabot-preview[bot] May 11, 2020
e92e57e
Bump serde from 1.0.106 to 1.0.110
dependabot-preview[bot] May 11, 2020
ca2315c
Bump time from 0.2.7 to 0.2.8
dependabot-preview[bot] May 11, 2020
798aae9
Bump winreg from 0.6.0 to 0.7.0
dependabot-preview[bot] May 11, 2020
bbf8c9f
Bump clap from 2.33.0 to 2.33.1
dependabot-preview[bot] May 12, 2020
a58bd51
Bump time from 0.2.8 to 0.2.16
dependabot-preview[bot] May 13, 2020
35b193d
Bump regex from 1.3.7 to 1.3.9
dependabot-preview[bot] May 29, 2020
2c0eeef
Bump serde from 1.0.110 to 1.0.111
dependabot-preview[bot] Jun 1, 2020
4ddc398
Bump log from 0.4.10 to 0.4.11
dependabot-preview[bot] Jul 16, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: rust
script: rustc -vV && cargo build --verbose && cargo test --verbose
rust:
- 1.11.0
- 1.14.0
- 1.17.0
- 1.40.0
- stable
- beta
- nightly
Expand Down
Loading