Skip to content

Commit

Permalink
build(deps): bump the rust group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the rust group with 2 updates: [libm](https://github.com/rust-lang/libm) and [ordered-float](https://github.com/reem/rust-ordered-float).


Updates `libm` from 0.2.10 to 0.2.11
- [Release notes](https://github.com/rust-lang/libm/releases)
- [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md)
- [Commits](rust-lang/libm@libm-v0.2.10...libm-v0.2.11)

Updates `ordered-float` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/reem/rust-ordered-float/releases)
- [Commits](reem/rust-ordered-float@v4.4.0...v4.5.0)

---
updated-dependencies:
- dependency-name: libm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: ordered-float
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 97e4e1f commit 73445c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions codi-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ description.workspace = true
readme.workspace = true

[dependencies]
libm = "0.2.10"
ordered-float = { version = "4.4.0", default-features = false }
libm = "0.2.11"
ordered-float = { version = "4.5.0", default-features = false }

[features]
default = ["std"]
Expand Down

0 comments on commit 73445c9

Please sign in to comment.