Skip to content

Commit

Permalink
Combined PRs (#2716)
Browse files Browse the repository at this point in the history
* Bump log from 0.4.22 to 0.4.25

Bumps [log](https://github.com/rust-lang/log) from 0.4.22 to 0.4.25.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.22...0.4.25)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump uuid from 1.11.1 to 1.12.0

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.1 to 1.12.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.11.1...1.12.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump data-encoding from 2.6.0 to 2.7.0

Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.6.0 to 2.7.0.
- [Commits](https://github.com/ia0/data-encoding/commits)

---
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>
  • Loading branch information
github-actions[bot] and dependabot[bot] authored Jan 20, 2025
1 parent 6750fd6 commit b4d9d54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ colored = "2.1.0"
console_error_panic_hook = "0.1.7"
csv = "1.3.1"
dashmap = "6.1.0"
data-encoding = { version = "2.6.0", default-features = false, features = [
data-encoding = { version = "2.7.0", default-features = false, features = [
"alloc",
] }
dirs = "5.0.1"
Expand All @@ -50,7 +50,7 @@ image = "0.25.5"
indicatif = "0.17.9"
js-sys = "0.3.72"
libm = "0.2.11"
log = { default-features = false, version = "0.4.22" }
log = { default-features = false, version = "0.4.25" }
md5 = "0.7.0"
paste = "1"
percent-encoding = "2.3.1"
Expand Down Expand Up @@ -141,7 +141,7 @@ serde = { version = "1.0.217", default-features = false, features = [
"alloc",
] } # alloc is for no_std, derive is needed
serde_json = { version = "1.0.135", default-features = false }
uuid = { version = "1.11.0", default-features = false }
uuid = { version = "1.12.0", default-features = false }

libc = "0.2.169"
nvml-wrapper = "0.10.0"
Expand Down

0 comments on commit b4d9d54

Please sign in to comment.