Skip to content

Commit 0cda0d3

Browse files
committed
chore: bump client
1 parent 8c58575 commit 0cda0d3

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

packages/rust/proxy/Cargo.lock

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

packages/rust/proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ futures = "0.3"
2020
itertools = "0.14"
2121
serde = { version = "1", features = ["derive"] }
2222
serde_json = "1"
23-
tangram_client = { default-features = false, git = "https://github.com/tangramdotdev/tangram", rev = "db9d64333bb4b7f77ab532ca51352e9a0de0e093" }
23+
tangram_client = { default-features = false, git = "https://github.com/tangramdotdev/tangram", rev = "a24d9466490bc60bf74c4379c564213c421cbe1f" }
2424
tokio = { version = "1", default-features = false, features = [
2525
"rt",
2626
"fs",

packages/std/Cargo.lock

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

packages/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ itertools = "0.14"
3434
libc = "0.2"
3535
serde = { version = "1", features = ["derive"] }
3636
serde_json = "1"
37-
tangram_client = { default-features = false, git = "https://github.com/tangramdotdev/tangram", rev = "db9d64333bb4b7f77ab532ca51352e9a0de0e093" }
37+
tangram_client = { default-features = false, git = "https://github.com/tangramdotdev/tangram", rev = "a24d9466490bc60bf74c4379c564213c421cbe1f" }
3838
tempfile = "3"
3939
tokio = { version = "1", default-features = false, features = [
4040
"rt",

0 commit comments

Comments
 (0)