Skip to content

Commit 1913ee5

Browse files
chore(deps): Bump goauth from 0.13.1 to 0.14.0 (vectordotdev#18872)
* 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]>
1 parent 33243ac commit 1913ee5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ prost-reflect = { version = "0.12", default-features = false, optional = true }
218218
prost-types = { version = "0.12", default-features = false, optional = true }
219219

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

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

0 commit comments

Comments
 (0)