Skip to content

Commit 0619d42

Browse files
committed
chore: update dependencies
Signed-off-by: usamoi <usamoi@outlook.com>
1 parent 4e1fb38 commit 0619d42

5 files changed

Lines changed: 71 additions & 59 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Semver
2323
id: semver
24-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
24+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2525
with:
2626
script: |
2727
const tag = "${{ github.event.inputs.tag }}" || "${{ github.event.release.tag_name }}";

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "vchord"
33
version.workspace = true
44
edition.workspace = true
55
publish = false
6+
autotests = false
67

78
[lib]
89
name = "vchord"
@@ -52,7 +53,7 @@ wyhash.workspace = true
5253
zerocopy.workspace = true
5354

5455
[target.'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), any(target_os = "linux", target_os = "macos")))'.dependencies]
55-
mimalloc = { version = "0.1.48", features = ["local_dynamic_tls"] }
56+
mimalloc = { version = "0.1.49", features = ["local_dynamic_tls"] }
5657

5758
[lints]
5859
workspace = true
@@ -67,11 +68,11 @@ edition = "2024"
6768

6869
[workspace.dependencies]
6970
bumpalo = "3.20.2"
70-
dary_heap = "0.3.8"
71+
dary_heap = "0.3.9"
7172
paste = "1.0.15"
72-
rand = "0.10.0"
73+
rand = "0.10.1"
7374
rand_chacha = "0.10.0"
74-
rayon = "1.11.0"
75+
rayon = "1.12.0"
7576
seq-macro = "0.3.6"
7677
serde = { version = "1.0.228", features = ["derive"] }
7778
validator = { version = "0.20.0", features = ["derive"] }

crates/simd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ criterion = "0.8.2"
2626
rand.workspace = true
2727

2828
[build-dependencies]
29-
cc = "1.2.59"
29+
cc = "1.2.60"
3030

3131
[lints]
3232
workspace = true

crates/xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition.workspace = true
55
publish = false
66

77
[dependencies]
8-
clap = { version = "4.6.0", features = ["derive", "env"] }
8+
clap = { version = "4.6.1", features = ["derive", "env"] }
99
object = { version = "0.39.0", features = ["read", "wasm"] }
1010
serde.workspace = true
1111
serde_json = "1.0.149"

0 commit comments

Comments
 (0)