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.7 #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Updates the requirements on influxdb to permit the latest version.

Release notes

Sourced from influxdb's releases.

Version 0.7.0

What's Changed

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

Changelog

Sourced from influxdb's changelog.

[0.7.0] - 2023-07-03

Changed

  • Opt-in Line-Protocol for Compatibility Mode (#123)
  • Use cargo doc2readme instead of cargo readme (#125)

[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)]

... (truncated)

Commits
  • 9540e09 Release influxdb 0.7.0
  • 340ec12 Use cargo doc2readme instead of cargo readme (#125)
  • 8f4e591 Opt-in Line-Protocol for Compatibility Mode (#123)
  • 0aface6 Update CI (#122)
  • fc36ef4 Release influxdb_derive 0.5.1
  • 436030a Bump MSRV to 1.60 for base64 dependency
  • 3d05978 Update syn to 2.0 (#119)
  • 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...
  • Additional commits viewable 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.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 3, 2023
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants