Commit graph

14 commits

Author SHA1 Message Date
dependabot[bot]
116c5af19d
chore(deps): bump openssl from 0.10.69 to 0.10.70 (#12384)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.69 to 0.10.70.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.69...openssl-v0.10.70)

---
updated-dependencies:
- dependency-name: openssl
  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>
2025-02-02 20:24:18 +00:00
Alex Gaynor
13a2e6f780
Turn openssl-sys into a workspace dep (#12379)
Annoyingly matching is done on the crate name, not the package name, so renaming a workspace dep doesn't work.
2025-02-01 13:02:26 -08:00
dependabot[bot]
d7f40fad8f
chore(deps): bump openssl from 0.10.68 to 0.10.69 (#12345)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.68 to 0.10.69.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.69)

---
updated-dependencies:
- dependency-name: openssl
  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>
2025-01-27 07:57:59 -05:00
Alex Gaynor
d5e7266870
move pkcs#12 into a crate for crypto (#12314) 2025-01-20 15:24:46 -08:00
dependabot[bot]
b17c77b5d7
chore(deps): bump pyo3 from 0.23.3 to 0.23.4 (#12278)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.3 to 0.23.4.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/v0.23.4/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.23.3...v0.23.4)

---
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>
2025-01-13 07:49:21 -05:00
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