Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#60)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) and [pyo3](https://github.com/pyo3/pyo3).


Updates `lazy_static` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0)

Updates `pyo3` from 0.21.2 to 0.22.0
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.21.2...v0.22.0)

---
updated-dependencies:
- dependency-name: lazy_static
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyo3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent a03f79b commit 0fa4a14
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 153 deletions.
179 changes: 28 additions & 151 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ name = "tzfpy"
crate-type = ["cdylib"]

[dependencies]
lazy_static = "1.4.0"
pyo3 = {version = "0.21.2", features = ["extension-module"]}
lazy_static = "1.5.0"
pyo3 = {version = "0.22.0", features = ["extension-module"]}

# tzf-rs = { git = "https://github.com/ringsaturn/tzf-rs", rev = "31b1730", default-features = false}
tzf-rs = { version = "0.4.8", default-features = false }

0 comments on commit 0fa4a14

Please sign in to comment.