Commit graph

9 commits

Author SHA1 Message Date
dependabot[bot]
cb5d2f90a1
chore(deps): bump pyo3 from 0.23.2 to 0.23.3 (#12096)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.2 to 0.23.3.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-04 07:05:50 -05:00
dependabot[bot]
8f522feb12
chore(deps): bump pyo3 from 0.23.1 to 0.23.2 (#12038)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.1 to 0.23.2.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.23.1...v0.23.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 04:44:57 +00:00
Alex Gaynor
ca52b619ce
Bump asn1 to 0.20 (#12010) 2024-11-21 04:12:09 +00:00
Paul Kehrer
7a246af5fe
update to asn1 0.19 and use X509GeneralizedTime (#11988) 2024-11-17 15:35:54 +00:00
dependabot[bot]
1c05763d20
chore(deps): bump pyo3 from 0.23.0 to 0.23.1 (#11979)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.0 to 0.23.1.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/v0.23.1/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.23.0...v0.23.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-16 23:50:02 +00:00
Nathan Goldbaum
f137596eaa
Update to pyo3-0.23 (#11954)
* WIP: Update to pyo3-0.23

* update Cargo.toml

* fix lifetime error

* avoid unnecessary allocations constructing warning messages

* point at 0.23 on crates.io

* add _str_ref_to_cstr_ref helper for constructing warnings

* use null-terminated strings

* fix inline null typos

* add cstr_from_literal macro for constructing warnings
2024-11-15 17:18:26 -05:00
Alex Gaynor
2eab3f3eba
Use workspace dep for pyo3 (#11951) 2024-11-14 12:29:06 -08:00
Alex Gaynor
7ddddf1d6d
Move asn1 to be a workspace dep (#11925)
This makes it easier to change, you only need to touch one thing
2024-11-10 13:34:04 +00:00
Alex Gaynor
7a296270aa
Move Cargo.toml workspace configuration to the root of the repo. (#11836)
This allows cargo commands like check/fmt to work from the root of the repo
2024-10-27 16:17:40 -05:00