Skip to content

Commit

Permalink
build(deps): update async-nats patch to stable Git branch
Browse files Browse the repository at this point in the history
This change updates the Git branch to an `si/stable` branch so that any
upstream changes can be made to the `js-kv-recreate-race` branch without
impacting this codebase directly.

References: nats-io/nats.rs#1301

Signed-off-by: Fletcher Nichol <[email protected]>
  • Loading branch information
fnichol committed Aug 14, 2024
1 parent ac4ff1e commit b0fcfbd
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 15 deletions.
9 changes: 6 additions & 3 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 @@ -192,7 +192,7 @@ yrs = { version = "0.17.4" }
[patch.crates-io]
# pending a potential merge and release of
# https://github.com/nats-io/nats.rs/pull/1301
async-nats = { git = "https://github.com/systeminit/nats.rs.git", branch = "js-kv-recreate-race" }
async-nats = { git = "https://github.com/systeminit/nats.rs.git", branch = "si/stable" }
# pending a potential merge and release of
# https://github.com/softprops/hyperlocal/pull/53
hyperlocal = { git = "https://github.com/fnichol/hyperlocal.git", branch = "pub-unix-stream" }
Expand Down
15 changes: 8 additions & 7 deletions third-party/rust/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -1935,20 +1935,21 @@ cargo.rust_library(
)

http_archive(
name = "cc-1.1.10.crate",
sha256 = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292",
strip_prefix = "cc-1.1.10",
urls = ["https://static.crates.io/crates/cc/1.1.10/download"],
name = "cc-1.1.11.crate",
sha256 = "5fb8dd288a69fc53a1996d7ecfbf4a20d59065bff137ce7e56bbd620de191189",
strip_prefix = "cc-1.1.11",
urls = ["https://static.crates.io/crates/cc/1.1.11/download"],
visibility = [],
)

cargo.rust_library(
name = "cc-1.1.10",
srcs = [":cc-1.1.10.crate"],
name = "cc-1.1.11",
srcs = [":cc-1.1.11.crate"],
crate = "cc",
crate_root = "cc-1.1.10.crate/src/lib.rs",
crate_root = "cc-1.1.11.crate/src/lib.rs",
edition = "2018",
visibility = [],
deps = [":shlex-1.3.0"],
)

http_archive(
Expand Down
9 changes: 6 additions & 3 deletions third-party/rust/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 third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ yrs = { version = "0.17.4" }
[patch.crates-io]
# pending a potential merge and release of
# https://github.com/nats-io/nats.rs/pull/1301
async-nats = { git = "https://github.com/systeminit/nats.rs.git", branch = "js-kv-recreate-race" }
async-nats = { git = "https://github.com/systeminit/nats.rs.git", branch = "si/stable" }
# pending a potential merge and release of
# https://github.com/softprops/hyperlocal/pull/53
hyperlocal = { git = "https://github.com/fnichol/hyperlocal.git", branch = "pub-unix-stream" }
Expand Down

0 comments on commit b0fcfbd

Please sign in to comment.