Skip to content

Commit 60592d0

Browse files
build(deps): bump the minor group across 1 directory with 2 updates
Bumps the minor group with 2 updates in the / directory: [google-cloud-auth](https://github.com/googleapis/google-cloud-rust) and [serial_test](https://github.com/palfrey/serial_test). Updates `google-cloud-auth` from 1.10.0 to 1.12.0 - [Release notes](https://github.com/googleapis/google-cloud-rust/releases) - [Commits](https://github.com/googleapis/google-cloud-rust/commits) Updates `serial_test` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: google-cloud-auth dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: serial_test dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c804101 commit 60592d0

5 files changed

Lines changed: 31 additions & 48 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ humantime = "2.1.0"
136136
dashmap = "7.0.0-rc2"
137137
async-openai = { version = "0.34.0", default-features = false, features = ["response-types"] } # Using only types, not the API client - reduces dependencies
138138
gix = "0.84"
139-
google-cloud-auth = "1.8.0" # Google Cloud authentication with automatic token refresh
139+
google-cloud-auth = "1.12.0" # Google Cloud authentication with automatic token refresh
140140

141141
# Internal crates
142142
forge_embed = { path = "crates/forge_embed" }

crates/forge_infra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ aws-credential-types.workspace = true
5454

5555
[dev-dependencies]
5656
tokio = { workspace = true, features = ["macros", "rt", "time", "test-util"] }
57-
serial_test = "3.4"
57+
serial_test = "3.5"
5858
fake = { version = "5.1.0", features = ["derive"] }
5959
pretty_assertions.workspace = true
6060
forge_domain = { path = "../forge_domain" }

crates/forge_main/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ arboard = "3.4"
8585
tokio = { workspace = true, features = ["macros", "rt", "time", "test-util"] }
8686
insta.workspace = true
8787
pretty_assertions.workspace = true
88-
serial_test = "3.4"
88+
serial_test = "3.5"
8989
fake = { version = "5.1.0", features = ["derive"] }
9090
forge_domain = { path = "../forge_domain" }

crates/forge_repo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tokio = { workspace = true, features = ["macros", "rt", "time", "test-util"] }
6868
tempfile = { workspace = true }
6969
pretty_assertions = { workspace = true }
7070
insta = { workspace = true }
71-
serial_test = "3.4"
71+
serial_test = "3.5"
7272
fake = { version = "5.1.0", features = ["derive"] }
7373
derive_setters.workspace = true
7474
mockito = { workspace = true }

0 commit comments

Comments
 (0)