Skip to content
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

build(deps): update influxdb requirement from 0.5 to 0.6 #48

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Updates the requirements on influxdb to permit the latest version.

Release notes

Sourced from influxdb's releases.

Version 0.6.0

What's Changed

New Contributors

Full Changelog: influxdb-rs/influxdb-rust@v0.5.2...v0.6.0

Changelog

Sourced from influxdb's changelog.

[0.6.0] - 2023-03-04

Changed

  • Unsigned integers are no longer treated as signed integers (#113)

Added

  • Support for token auth (#118)

[0.5.2] - 2022-02-04

Changed

  • disable default features of chrono

[0.5.1] - 2021-12-23

Changed

  • Debug implementation on Client now redacts passwords (#106)
  • Client and Query builder functions are now annotated with #[must_use] (#107)

[0.5.0] - 2021-11-04

Added

Changed

  • default client is the new reqwest client
  • deprecate <dyn Query>::raw_read_query in favour of ReadQuery::new
  • Client::query now accepts both owned and borrowed queries as argument

[0.4.0] - 2021-03-08

Fixed

  • Fix deserialization of Series in case of no values (@​JEnoch in #75)

Added

  • implement #[influxdb(tag)] and #[influxdb(ignore)] (@​blasrodri in #81)

    #[tag] is now #[influxdb(tag)] and fields can be ignored with #[influxdb(ignore)]

  • Batch write support (@​sunng87 in #87)

    Build a query containing mutliple rows to be inserted

    let q0 = Timestamp::Hours(11)
        .into_query("weather")
    

... (truncated)

Commits
  • 92d62c0 Release influxdb 0.6.0
  • 597fdff Added support for token auth (rebased, ci fixed) (#118)
  • a3e4a2d influxdb/src/query: Send uints as influxdb unsigned integers (u suffix ins...
  • e6326d8 Fix clippy lints (#114)
  • 2cf40fc Updating README.md to reflect bulk write capability added in #87 (#112)
  • 9a7b24b Release influxdb 0.5.2
  • 72c8c23 Disable chrono's default features (#109)
  • 6df82f3 Release 0.5.1
  • 1dbc872 Fix clippy lint on missing #[must_use] attributes (#107)
  • 0f20994 Redact passwords in Client's Debug implementation (#106)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [influxdb](https://github.com/influxdb-rs/influxdb-rust) to permit the latest version.
- [Release notes](https://github.com/influxdb-rs/influxdb-rust/releases)
- [Changelog](https://github.com/influxdb-rs/influxdb-rust/blob/main/CHANGELOG.md)
- [Commits](influxdb-rs/influxdb-rust@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: influxdb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2023

Superseded by #54.

@dependabot dependabot bot closed this Jul 3, 2023
@dependabot dependabot bot deleted the dependabot/cargo/influxdb-0.6 branch July 3, 2023 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants