Skip to content

Commit 315d9bf

Browse files
committed
chore: bump client, bun deps
1 parent 0488c60 commit 315d9bf

6 files changed

Lines changed: 106 additions & 106 deletions

File tree

bun.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"@biomejs/biome": "^2.2.4",
4-
"@types/bun": "^1.2.22"
4+
"@types/bun": "^1.2.23"
55
},
66
"scripts": {
77
"auto": "bun scripts/package_automation.ts $@",

packages/rust/proxy/Cargo.lock

Lines changed: 48 additions & 48 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 = "a24d9466490bc60bf74c4379c564213c421cbe1f" }
23+
tangram_client = { default-features = false, git = "https://github.com/tangramdotdev/tangram", rev = "ba37f71dc591a2c917d75374fa36cb8d1dbcc7f4" }
2424
tokio = { version = "1", default-features = false, features = [
2525
"rt",
2626
"fs",

0 commit comments

Comments
 (0)