Skip to content

Commit 3ad5343

Browse files
Combined PRs (#2791)
* Bump os_info from 3.9.2 to 3.10.0 Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.9.2 to 3.10.0. - [Release notes](https://github.com/stanislav-tkach/os_info/releases) - [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md) - [Commits](stanislav-tkach/os_info@v3.9.2...v3.10.0) --- updated-dependencies: - dependency-name: os_info dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump data-encoding from 2.7.0 to 2.8.0 Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.7.0 to 2.8.0. - [Commits](ia0/data-encoding@v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: data-encoding dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6015823 commit 3ad5343

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ colored = "2.1.0"
3434
console_error_panic_hook = "0.1.7"
3535
csv = "1.3.1"
3636
dashmap = "6.1.0"
37-
data-encoding = { version = "2.7.0", default-features = false, features = [
37+
data-encoding = { version = "2.8.0", default-features = false, features = [
3838
"alloc",
3939
] }
4040
dirs = "5.0.1"
@@ -106,7 +106,7 @@ wgpu = "24.0.1"
106106
# Benchmarks and Burnbench
107107
arboard = "3.4.1"
108108
chrono = "0.4.39"
109-
os_info = "3.9.0"
109+
os_info = "3.10.0"
110110
wsl = "0.1.0"
111111

112112
bincode = { version = "2.0.0-rc.3", features = [

0 commit comments

Comments
 (0)