regenerate all crates with updated patch level

This commit is contained in:
Sebastian Thiel
2020-04-12 18:58:21 +08:00
parent aacc30f08d
commit d302542d8d
1372 changed files with 345452 additions and 163522 deletions

View File

@@ -4,7 +4,7 @@
[package]
name = "google-safebrowsing4-cli"
version = "1.0.12+20190702"
version = "1.0.13+20200407"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with safebrowsing (protocol v4)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/safebrowsing4-cli"
@@ -42,4 +42,4 @@ rustls = ["yup-oauth2/no-openssl"]
[dependencies.google-safebrowsing4]
path = "../safebrowsing4"
version = "1.0.12+20190702"
version = "1.0.13+20200407"

View File

@@ -25,7 +25,7 @@ Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/ma
# Usage
This documentation was generated from the *safebrowsing* API at revision *20190702*. The CLI is at version *1.0.12*.
This documentation was generated from the *safebrowsing* API at revision *20200407*. The CLI is at version *1.0.13*.
```bash
safebrowsing4 [options]

View File

@@ -1,4 +1,4 @@
site_name: safebrowsing v1.0.12+20190702
site_name: safebrowsing v1.0.13+20200407
site_url: http://byron.github.io/google-apis-rs/google-safebrowsing4-cli
site_description: A complete library to interact with safebrowsing (protocol v4)

View File

@@ -897,8 +897,8 @@ fn main() {
let mut app = App::new("safebrowsing4")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("1.0.12+20190702")
.about("Enables client applications to check web resources (most commonly URLs) against Google-generated lists of unsafe web resources.")
.version("1.0.13+20200407")
.about("Enables client applications to check web resources (most commonly URLs) against Google-generated lists of unsafe web resources. The Safe Browsing APIs are for non-commercial use only. If you need to use APIs to detect malicious URLs for commercial purposes meaning “for sale or revenue-generating purposes” please refer to the Web Risk API.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_safebrowsing4_cli")
.arg(Arg::with_name("folder")
.long("config-dir")