1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2024-11-22 13:13:49 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
Valentin Brandl
933e6aa23b
Merge pull request #8 from vbrandl/dependabot/cargo/clap-2.33.0
Bump clap from 2.32.0 to 2.33.0
2019-05-26 00:26:35 +02:00
Valentin Brandl
f591e8014b
Merge pull request #2 from vbrandl/dependabot/cargo/serde-1.0.91
Bump serde from 1.0.69 to 1.0.91
2019-05-26 00:26:08 +02:00
Valentin Brandl
0010349003
Merge pull request #6 from vbrandl/dependabot/cargo/proptest-0.8.7
Bump proptest from 0.8.3 to 0.8.7
2019-05-26 00:25:49 +02:00
dependabot-preview[bot]
70b3aeec37
Bump serde from 1.0.69 to 1.0.91
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.69 to 1.0.91.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.69...v1.0.91)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-25 21:26:13 +00:00
dependabot-preview[bot]
3e25b49286
Bump clap from 2.32.0 to 2.33.0
Bumps [clap](https://github.com/clap-rs/clap) from 2.32.0 to 2.33.0.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-25 21:26:12 +00:00
dependabot-preview[bot]
e135bf9386
Bump proptest from 0.8.3 to 0.8.7
Bumps [proptest](https://github.com/altsysrq/proptest) from 0.8.3 to 0.8.7.
- [Release notes](https://github.com/altsysrq/proptest/releases)
- [Changelog](https://github.com/AltSysrq/proptest/blob/0.8.7/CHANGELOG.md)
- [Commits](https://github.com/altsysrq/proptest/compare/0.8.3...0.8.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-25 21:24:56 +00:00
Valentin Brandl
81c3e7daa5
Merge pull request #3 from vbrandl/dependabot/cargo/log-0.4.6
Bump log from 0.4.3 to 0.4.6
2019-05-25 23:24:51 +02:00
dependabot[bot]
abf04e9b4d
Bump log from 0.4.3 to 0.4.6
Bumps [log](https://github.com/rust-lang/log) from 0.4.3 to 0.4.6.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/env_logger-0.4.3...0.4.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-23 11:19:54 +00:00
dependabot[bot]
6b61addfc7
Bump serde_json from 1.0.22 to 1.0.27
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.22 to 1.0.27.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.22...v1.0.27)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-23 11:19:13 +00:00
Valentin Brandl
a992d2ad49
TODO: TLS support 2018-07-08 21:59:38 +02:00
Valentin Brandl
c50bcb38d7
Enable TLS support 2018-07-08 21:33:57 +02:00
Valentin Brandl
84c79ce9b4
Move hyper dependency to the client 2018-07-08 20:28:15 +02:00
Valentin Brandl
1c6b369753
Initial commit 2018-07-08 01:08:56 +02:00