Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazeltools/bazelfe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4dbcda4e9ca5b21a85c66f01e1bad0f0cbd8bb95
Choose a base ref
..
head repository: bazeltools/bazelfe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2d9efdc28b58680f01ca0995d220ed16a34b0ef6
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +2 −2 Cargo.lock
  2. +1 −1 bazelfe-bazel-wrapper/Cargo.toml
  3. +1 −1 bazelfe-core/Cargo.toml
  4. +1 −1 bzl-remote-core/Cargo.toml
4 changes: 2 additions & 2 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 bazelfe-bazel-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ version = "1.38.1"

[dependencies.tokio-stream]
features = ["net"]
version = "0.1.15"
version = "0.1.16"

[dependencies.tonic]
features = ["tls"]
2 changes: 1 addition & 1 deletion bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ version = "1.38.1"

[dependencies.tokio-stream]
features = ["net"]
version = "0.1.15"
version = "0.1.16"

[dependencies.tonic]
features = ["tls"]
2 changes: 1 addition & 1 deletion bzl-remote-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@ version = "1.38.1"

[dependencies.tokio-stream]
features = ["net"]
version = "0.1.15"
version = "0.1.16"

[dependencies.tonic]
features = ["tls"]