Skip to content

Commit 08b80d6

Browse files
chore(deps): Bump safetensors from 0.4.5 to 0.7.0
Bumps [safetensors](https://github.com/huggingface/safetensors) from 0.4.5 to 0.7.0. - [Release notes](https://github.com/huggingface/safetensors/releases) - [Changelog](https://github.com/huggingface/safetensors/blob/main/RELEASE.md) - [Commits](huggingface/safetensors@v0.4.5...v0.7.0) --- updated-dependencies: - dependency-name: safetensors dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5da57b commit 08b80d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ hf-hub = { version = "0.4", optional = true, default-features = false, features
129129
dirs = { version = "6.0", optional = true }
130130

131131
# SafeTensors format parsing (optional, for HF model comparison)
132-
safetensors = { version = "0.4", optional = true }
132+
safetensors = { version = "0.7", optional = true }
133133

134134
[dev-dependencies]
135135
proptest = "1.6"

0 commit comments

Comments
 (0)