Skip to content

Commit db5b2fd

Browse files
authored
Update tinyjson (#2050)
1 parent 6a7872a commit db5b2fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust/private/repository_utils.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ DEFAULT_EXTRA_TARGET_TRIPLES = ["wasm32-unknown-unknown", "wasm32-wasi"]
1717

1818
TINYJSON_KWARGS = dict(
1919
name = "rules_rust_tinyjson",
20-
sha256 = "1a8304da9f9370f6a6f9020b7903b044aa9ce3470f300a1fba5bc77c78145a16",
21-
url = "https://crates.io/api/v1/crates/tinyjson/2.3.0/download",
22-
strip_prefix = "tinyjson-2.3.0",
20+
sha256 = "9ab95735ea2c8fd51154d01e39cf13912a78071c2d89abc49a7ef102a7dd725a",
21+
url = "https://crates.io/api/v1/crates/tinyjson/2.5.1/download",
22+
strip_prefix = "tinyjson-2.5.1",
2323
type = "tar.gz",
2424
build_file = "@rules_rust//util/process_wrapper:BUILD.tinyjson.bazel",
2525
)

0 commit comments

Comments
 (0)