Skip to content

Commit

Permalink
Combined PRs (#2475)
Browse files Browse the repository at this point in the history
* Bump tempfile from 3.13.0 to 3.14.0

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.13.0 to 3.14.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.13.0...v3.14.0)

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

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

* Bump csv from 1.3.0 to 1.3.1

Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.3.0 to 1.3.1.
- [Commits](BurntSushi/rust-csv@1.3.0...1.3.1)

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

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

* Bump serial_test from 3.1.1 to 3.2.0

Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: serial_test
  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 Nov 11, 2024
1 parent 69de0ef commit 991b0b3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 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 @@ -33,7 +33,7 @@ candle-core = { version = "0.7" }
clap = { version = "4.5.20", features = ["derive"] }
colored = "2.1.0"
console_error_panic_hook = "0.1.7"
csv = "1.3.0"
csv = "1.3.1"
dashmap = "6.1.0"
data-encoding = { version = "2.6.0", default-features = false, features = [
"alloc",
Expand Down Expand Up @@ -75,7 +75,7 @@ serde_bytes = { version = "0.11.15", default-features = false, features = [
"alloc",
] } # alloc for no_std
serde_rusqlite = "0.36.0"
serial_test = "3.1.1"
serial_test = "3.2.0"
spin = { version = "0.9.8", features = [
"mutex",
"spin_mutex",
Expand All @@ -84,7 +84,7 @@ spin = { version = "0.9.8", features = [
strum = "0.26.3"
strum_macros = "0.26.4"
syn = { version = "2.0.82", features = ["full", "extra-traits"] }
tempfile = "3.13.0"
tempfile = "3.14.0"
thiserror = "1.0.67"
tokio = { version = "1.40.0", features = ["rt", "macros"] }
tracing-appender = "0.2.3"
Expand Down

0 comments on commit 991b0b3

Please sign in to comment.