Skip to content

Commit

Permalink
chore(deps): Bump goauth from 0.13.1 to 0.14.0 (vectordotdev#18872)
Browse files Browse the repository at this point in the history
* chore(deps): Bump goauth from 0.13.1 to 0.14.0

Bumps [goauth](https://github.com/durch/rust-goauth) from 0.13.1 to 0.14.0.
- [Release notes](https://github.com/durch/rust-goauth/releases)
- [Commits](https://github.com/durch/rust-goauth/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>

* update smpl_jwt to avoid conflicting versions

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: neuronull <[email protected]>
  • Loading branch information
dependabot[bot] and neuronull authored Oct 18, 2023
1 parent 33243ac commit 1913ee5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ prost-reflect = { version = "0.12", default-features = false, optional = true }
prost-types = { version = "0.12", default-features = false, optional = true }

# GCP
goauth = { version = "0.13.1", optional = true }
smpl_jwt = { version = "0.7.1", default-features = false, optional = true }
goauth = { version = "0.14.0", optional = true }
smpl_jwt = { version = "0.8.0", default-features = false, optional = true }

# AMQP
lapin = { version = "2.3.1", default-features = false, features = ["native-tls"], optional = true }
Expand Down

0 comments on commit 1913ee5

Please sign in to comment.