Skip to content

Commit

Permalink
build(deps): bump arbitrary-int from 1.2.7 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [arbitrary-int](https://github.com/danlehmann/arbitrary-int) from 1.2.7 to 1.3.0.
- [Release notes](https://github.com/danlehmann/arbitrary-int/releases)
- [Changelog](https://github.com/danlehmann/arbitrary-int/blob/main/CHANGELOG.md)
- [Commits](https://github.com/danlehmann/arbitrary-int/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 220661f commit d699d7b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ serde_with = { version = "3.11", default-features = false, features = [
"macros",
] }
bitbybit = "1.3.2"
arbitrary-int = { version = "1.2.7", features = ["serde"] }
arbitrary-int = { version = "1.3.0", features = ["serde"] }
thiserror = { version = "2.0.7", default-features = false }
num-traits = { version = "0.2.19", default-features = false }
embedded-hal-compat = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion ad9912/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["spi"]
repository = "https://github.com/quartiq/stabilizer"

[dependencies]
arbitrary-int = { version = "1.2.7", features = ["serde"] }
arbitrary-int = { version = "1.3.0", features = ["serde"] }
thiserror = { version = "2.0.7", default-features = false }
num-traits = { version = "0.2.19", default-features = false }
embedded-hal = { version = "1.0" }
Expand Down
2 changes: 1 addition & 1 deletion encoded_pin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ keywords = ["spi"]
repository = "https://github.com/quartiq/stabilizer"

[dependencies]
arbitrary-int = { version = "1.2.7", features = ["serde"] }
arbitrary-int = { version = "1.3.0", features = ["serde"] }
embedded-hal = { version = "1.0" }
2 changes: 1 addition & 1 deletion urukul/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/quartiq/stabilizer"

[dependencies]
encoded_pin = { version = "0.1", path = "../encoded_pin" }
arbitrary-int = { version = "1.2.7", features = ["serde"] }
arbitrary-int = { version = "1.3.0", features = ["serde"] }
thiserror = { version = "2.0.7", default-features = false }
num-traits = { version = "0.2.19", default-features = false }
embedded-hal = { version = "1.0" }
Expand Down

0 comments on commit d699d7b

Please sign in to comment.