Skip to content

Commit

Permalink
build(deps): bump predicates from 3.0.4 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 3.0.4 to 3.1.0.
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md)
- [Commits](assert-rs/predicates-rs@v3.0.4...v3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 71026f0 commit 2d054d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ opentelemetry = { version = "0.21.0", default-features = false }
opentelemetry-otlp = { version = "0.14.0", default-features = false }
opentelemetry-semantic-conventions = { version = "0.13.0" }
opentelemetry_sdk = { version = "0.21.2", default-features = false }
predicates = { version = "3.0.4", default-features = false }
predicates = { version = "3.1.0", default-features = false }
prost = { version = "0.12.3", default-features = false }
prost-types = { version = "0.12.3", default-features = false }
quote = { version = "1", default-features = false }
Expand Down

0 comments on commit 2d054d4

Please sign in to comment.