Skip to content

Commit

Permalink
chore(deps): Bump quanta from 0.11.1 to 0.12.0 (vectordotdev#18774)
Browse files Browse the repository at this point in the history
Bumps [quanta](https://github.com/metrics-rs/quanta) from 0.11.1 to 0.12.0.
- [Changelog](https://github.com/metrics-rs/quanta/blob/v0.12.0/CHANGELOG.md)
- [Commits](metrics-rs/quanta@v0.11.1...v0.12.0)

---
updated-dependencies:
- dependency-name: quanta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 6, 2023
1 parent 7cb8b52 commit e9d2dae
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
31 changes: 28 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pin-project.workspace = true
proptest = { version = "1.3", optional = true }
prost-types = { version = "0.12", default-features = false }
prost = { version = "0.12", default-features = false, features = ["std"] }
quanta = { version = "0.11.1", default-features = false }
quanta = { version = "0.12.0", default-features = false }
regex = { version = "1.9.6", default-features = false, features = ["std", "perf"] }
ryu = { version = "1", default-features = false }
serde = { version = "1.0.188", default-features = false, features = ["derive", "rc"] }
Expand Down

0 comments on commit e9d2dae

Please sign in to comment.