Skip to content

Commit 7dc935c

Browse files
committed
Bump dependencies
1 parent 108ff44 commit 7dc935c

File tree

8 files changed

+400
-337
lines changed

8 files changed

+400
-337
lines changed

Cargo.lock

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

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ readme = "../README.md"
1414
ctrlc = "3.4.5"
1515
fend-core.workspace = true
1616
home = "0.5.11"
17-
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
17+
rand = { version = "0.9.0", default-features = false, features = ["thread_rng"] }
1818
rustyline = { version = "15.0.0", default-features = false, features = ["with-file-history", "custom-bindings"] }
19-
serde = { version = "1.0.216", default-features = false }
19+
serde = { version = "1.0.217", default-features = false }
2020
toml = { version = "0.8.19", default-features = false, features = ["parse"] }
2121
minreq = { version = "2.13.0", default-features = false, optional = true }
2222

contrib/check-for-updates.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ current_wix="$(jq -r .tools.wix.version < windows-wix/.config/dotnet-tools.json)
2727
latest_wix="$(curl -sL "$(
2828
curl -sL https://api.nuget.org/v3/index.json \
2929
| jq -r '.resources[] | select(."@type" == "RegistrationsBaseUrl/3.6.0") | ."@id" + "wix/index.json"')" \
30-
| gzip -d \
3130
| jq '.items[0].items[].catalogEntry.version | select (. | contains("-") | not)' \
3231
| jq -sr '. | last')"
3332

telegram-bot/package-lock.json

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

telegram-bot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"fend-wasm": "file:../wasm/pkg"
2727
},
2828
"devDependencies": {
29-
"@types/node": "^22.10.2",
29+
"@types/node": "^22.12.0",
3030
"esbuild": "^0.24.2",
3131
"esbuild-plugin-wasm": "^1.1.0",
32-
"typescript": "^5.7.2"
32+
"typescript": "^5.7.3"
3333
}
3434
}

wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ default = []
2020
[dependencies]
2121
fend-core.workspace = true
2222
instant = { version = "0.1.13", features = [ "wasm-bindgen" ] }
23-
js-sys = "0.3.76"
24-
wasm-bindgen = "0.2.99"
23+
js-sys = "0.3.77"
24+
wasm-bindgen = "0.2.100"
2525

2626
[package.metadata.wasm-pack.profile.release]
2727
wasm-opt = ["-Oz"]

0 commit comments

Comments
 (0)