Alex Gaynor
|
fafcc03bb7
|
Remove unused dep (#10351)
* Remove unused dep
* Update Cargo.lock
|
2024-02-05 17:50:45 -06:00 |
|
dependabot[bot]
|
b7a52b9639
|
Bump libc from 0.2.152 to 0.2.153 in /src/rust (#10317)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.152 to 0.2.153.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.152...0.2.153)
---
updated-dependencies:
- dependency-name: libc
dependency-type: indirect
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-02-01 11:54:56 +00:00 |
|
William Woodruff
|
103f123efa
|
parsing, verification: check RSA key size against WebPKI minimum (#10302)
* parsing, verification: check RSA key size against WebPKI minimum
Signed-off-by: William Woodruff <william@trailofbits.com>
* move key size check to permits_ca
We don't enforce EE key sizes, consistent with other CABF validators.
Signed-off-by: William Woodruff <william@trailofbits.com>
* limit is_rsa to key algorithms
Signed-off-by: William Woodruff <william@trailofbits.com>
* is_rsa -> is_rsa_key
Signed-off-by: William Woodruff <william@trailofbits.com>
* fetch-vectors: bump limbo
Signed-off-by: William Woodruff <william@trailofbits.com>
* reorg, remove helper
Signed-off-by: William Woodruff <william@trailofbits.com>
* Update .github/actions/fetch-vectors/action.yml
Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
---------
Signed-off-by: William Woodruff <william@trailofbits.com>
Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
|
2024-01-31 00:45:18 +00:00 |
|
Alex Gaynor
|
da3eb8fa22
|
Fix warnings on libressl (#10281)
|
2024-01-28 14:07:13 -06:00 |
|
Alex Gaynor
|
5427fa1503
|
Bump rust-asn1 to 0.16 (#10272)
|
2024-01-27 13:06:56 -06:00 |
|
Alex Gaynor
|
6b4a4de78a
|
Migrate SPKI parsing from OpenSSL to Rust (#10121)
|
2024-01-21 15:11:17 -03:00 |
|
Alex Gaynor
|
742267b159
|
bump bitflags (#10219)
|
2024-01-21 07:38:30 -03:00 |
|
dependabot[bot]
|
75d81bb882
|
Bump proc-macro2 from 1.0.76 to 1.0.78 in /src/rust (#10220)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.76 to 1.0.78.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.76...1.0.78)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: indirect
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-01-21 04:34:55 +00:00 |
|
dependabot[bot]
|
d6ddd41dcf
|
Bump openssl from 0.10.62 to 0.10.63 in /src/rust (#10215)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.62 to 0.10.63.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...openssl-v0.10.63)
---
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>
|
2024-01-20 00:19:59 +00:00 |
|
dependabot[bot]
|
a5973d1453
|
Bump openssl-sys from 0.9.98 to 0.9.99 in /src/rust (#10213)
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.98 to 0.9.99.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.98...openssl-sys-v0.9.99)
---
updated-dependencies:
- dependency-name: openssl-sys
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-01-20 00:10:22 +00:00 |
|
dependabot[bot]
|
23acc7f8df
|
Bump smallvec from 1.13.0 to 1.13.1 in /src/rust (#10210)
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.13.0...v1.13.1)
---
updated-dependencies:
- dependency-name: smallvec
dependency-type: indirect
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-01-19 23:04:44 +00:00 |
|
dependabot[bot]
|
a65879560e
|
Bump smallvec from 1.12.0 to 1.13.0 in /src/rust (#10206)
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.12.0...v1.13.0)
---
updated-dependencies:
- dependency-name: smallvec
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-01-19 08:57:04 -03:00 |
|
dependabot[bot]
|
82f715cfb0
|
Bump pkg-config from 0.3.28 to 0.3.29 in /src/rust (#10202)
Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.28 to 0.3.29.
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/pkg-config-rs/compare/0.3.28...0.3.29)
---
updated-dependencies:
- dependency-name: pkg-config
dependency-type: indirect
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-01-19 01:26:33 +00:00 |
|
dependabot[bot]
|
5e10a750b7
|
Bump smallvec from 1.11.2 to 1.12.0 in /src/rust (#10179)
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.2 to 1.12.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.11.2...v1.12.0)
---
updated-dependencies:
- dependency-name: smallvec
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-01-14 14:27:34 +00:00 |
|
dependabot[bot]
|
53f3fdaa61
|
Bump base64 from 0.21.6 to 0.21.7 in /src/rust (#10167)
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.6 to 0.21.7.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.6...v0.21.7)
---
updated-dependencies:
- dependency-name: base64
dependency-type: indirect
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-01-12 12:48:35 +00:00 |
|
dependabot[bot]
|
6b2ae585f8
|
Bump base64 from 0.21.5 to 0.21.6 in /src/rust (#10151)
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.5 to 0.21.6.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.5...v0.21.6)
---
updated-dependencies:
- dependency-name: base64
dependency-type: indirect
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-01-09 12:14:41 +00:00 |
|
dependabot[bot]
|
19adabfe45
|
Bump libc from 0.2.151 to 0.2.152 in /src/rust (#10144)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.151 to 0.2.152.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.151...0.2.152)
---
updated-dependencies:
- dependency-name: libc
dependency-type: indirect
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-01-07 12:02:16 -05:00 |
|
dependabot[bot]
|
97a12cfb9c
|
Bump proc-macro2 from 1.0.75 to 1.0.76 in /src/rust (#10141)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.75 to 1.0.76.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.75...1.0.76)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: indirect
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-01-06 17:11:32 +00:00 |
|
dependabot[bot]
|
156461b3e9
|
Bump pyo3 from 0.20.1 to 0.20.2 in /src/rust (#10131)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.20.1 to 0.20.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.20.1...v0.20.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-01-05 11:24:17 +00:00 |
|
dependabot[bot]
|
c5fff81350
|
Bump syn from 2.0.46 to 2.0.48 in /src/rust (#10129)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.46 to 2.0.48.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.46...2.0.48)
---
updated-dependencies:
- dependency-name: syn
dependency-type: indirect
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-01-05 08:18:43 -03:00 |
|
dependabot[bot]
|
afd675f427
|
Bump proc-macro2 from 1.0.74 to 1.0.75 in /src/rust (#10123)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.74 to 1.0.75.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.74...1.0.75)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: indirect
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-01-04 11:23:50 +00:00 |
|
Alex Gaynor
|
01fc9fb6bc
|
Migrate RSA PKCS#1 parsing to pure-Rust (#10104)
We no longer let OpenSSL parse anything.
|
2024-01-03 11:02:55 -03:00 |
|
Alex Gaynor
|
a542c5429a
|
Bump bitflags (#10117)
It's not automatically bumped by dependabot due to https://github.com/dependabot/dependabot-core/issues/2064
|
2024-01-03 10:33:13 -03:00 |
|
dependabot[bot]
|
c803d2508e
|
Bump syn from 2.0.45 to 2.0.46 in /src/rust (#10116)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.45 to 2.0.46.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.45...2.0.46)
---
updated-dependencies:
- dependency-name: syn
dependency-type: indirect
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-01-03 01:57:41 +00:00 |
|
dependabot[bot]
|
5c0e7462d1
|
Bump target-lexicon from 0.12.12 to 0.12.13 in /src/rust (#10115)
Bumps [target-lexicon](https://github.com/bytecodealliance/target-lexicon) from 0.12.12 to 0.12.13.
- [Commits](https://github.com/bytecodealliance/target-lexicon/compare/v0.12.12...v0.12.13)
---
updated-dependencies:
- dependency-name: target-lexicon
dependency-type: indirect
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-01-03 01:51:44 +00:00 |
|
dependabot[bot]
|
bc667a8f63
|
Bump quote from 1.0.34 to 1.0.35 in /src/rust (#10110)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.34 to 1.0.35.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.34...1.0.35)
---
updated-dependencies:
- dependency-name: quote
dependency-type: indirect
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-01-02 07:02:50 -05:00 |
|
dependabot[bot]
|
72dab5f46d
|
Bump syn from 2.0.44 to 2.0.45 in /src/rust (#10107)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.44 to 2.0.45.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.44...2.0.45)
---
updated-dependencies:
- dependency-name: syn
dependency-type: indirect
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-01-01 20:32:50 +00:00 |
|
dependabot[bot]
|
7f3a029c99
|
Bump syn from 2.0.43 to 2.0.44 in /src/rust (#10105)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.43 to 2.0.44.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.43...2.0.44)
---
updated-dependencies:
- dependency-name: syn
dependency-type: indirect
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-01-01 18:43:40 +00:00 |
|
dependabot[bot]
|
f3d62f7ce7
|
Bump proc-macro2 from 1.0.72 to 1.0.73 in /src/rust (#10103)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.72 to 1.0.73.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.72...1.0.73)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: indirect
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-01-01 08:46:37 -05:00 |
|
dependabot[bot]
|
33a9036f58
|
Bump quote from 1.0.33 to 1.0.34 in /src/rust (#10102)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.33 to 1.0.34.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.33...1.0.34)
---
updated-dependencies:
- dependency-name: quote
dependency-type: indirect
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-01-01 08:46:03 -05:00 |
|
dependabot[bot]
|
e91672c39b
|
Bump proc-macro2 from 1.0.71 to 1.0.72 in /src/rust (#10095)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.71 to 1.0.72.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.71...1.0.72)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: indirect
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>
|
2023-12-31 16:43:41 +00:00 |
|
dependabot[bot]
|
a9e8b78a28
|
Bump pyo3 from 0.20.0 to 0.20.1 in /src/rust (#10088)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.20.0 to 0.20.1.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/v0.20.1/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.20.0...v0.20.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>
|
2023-12-30 22:19:48 +00:00 |
|
dependabot[bot]
|
e2e2f937cf
|
Bump syn from 2.0.42 to 2.0.43 in /src/rust (#10060)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.42 to 2.0.43.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.42...2.0.43)
---
updated-dependencies:
- dependency-name: syn
dependency-type: indirect
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>
|
2023-12-25 08:01:07 -05:00 |
|
Alex Gaynor
|
0d3af2266e
|
Rename x509-validation crate to verification for consistency with the Python API (#10039)
|
2023-12-23 09:37:48 -03:00 |
|
dependabot[bot]
|
58de809f6d
|
Bump openssl from 0.10.61 to 0.10.62 in /src/rust (#10031)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.61 to 0.10.62.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.61...openssl-v0.10.62)
---
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>
|
2023-12-22 13:42:31 +00:00 |
|
dependabot[bot]
|
7b3e3e5247
|
Bump openssl-sys from 0.9.97 to 0.9.98 in /src/rust (#10030)
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.97 to 0.9.98.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.97...openssl-sys-v0.9.98)
---
updated-dependencies:
- dependency-name: openssl-sys
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>
|
2023-12-22 13:29:26 +00:00 |
|
dependabot[bot]
|
b63c0f40e2
|
Bump proc-macro2 from 1.0.70 to 1.0.71 in /src/rust (#10027)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.70 to 1.0.71.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.70...1.0.71)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: indirect
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>
|
2023-12-21 20:32:44 +00:00 |
|
dependabot[bot]
|
ac6497f6f0
|
Bump syn from 2.0.41 to 2.0.42 in /src/rust (#10022)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.41 to 2.0.42.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.41...2.0.42)
---
updated-dependencies:
- dependency-name: syn
dependency-type: indirect
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>
|
2023-12-21 07:10:10 -05:00 |
|
dependabot[bot]
|
34b2ee3268
|
Bump self_cell from 1.0.2 to 1.0.3 in /src/rust (#10021)
Bumps [self_cell](https://github.com/Voultapher/self_cell) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/Voultapher/self_cell/releases)
- [Commits](https://github.com/Voultapher/self_cell/compare/v1.0.2...v1.0.3)
---
updated-dependencies:
- dependency-name: self_cell
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>
|
2023-12-20 17:14:00 +00:00 |
|
dependabot[bot]
|
d6a9343614
|
Bump pkg-config from 0.3.27 to 0.3.28 in /src/rust (#10020)
Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.27 to 0.3.28.
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/pkg-config-rs/compare/0.3.27...0.3.28)
---
updated-dependencies:
- dependency-name: pkg-config
dependency-type: indirect
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>
|
2023-12-20 17:11:35 +00:00 |
|
dependabot[bot]
|
414ec22fec
|
Bump pem from 3.0.2 to 3.0.3 in /src/rust (#9997)
Bumps [pem](https://github.com/jcreekmore/pem-rs) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jcreekmore/pem-rs/compare/v3.0.2...v3.0.3)
---
updated-dependencies:
- dependency-name: pem
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>
|
2023-12-13 12:21:00 +00:00 |
|
dependabot[bot]
|
2657f1eb84
|
Bump syn from 2.0.40 to 2.0.41 in /src/rust (#9996)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.40 to 2.0.41.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.40...2.0.41)
---
updated-dependencies:
- dependency-name: syn
dependency-type: indirect
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>
|
2023-12-13 07:16:17 -05:00 |
|
dependabot[bot]
|
81576d362a
|
Bump syn from 2.0.39 to 2.0.40 in /src/rust (#9986)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.39 to 2.0.40.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.39...2.0.40)
---
updated-dependencies:
- dependency-name: syn
dependency-type: indirect
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>
|
2023-12-11 07:04:43 -05:00 |
|
dependabot[bot]
|
18f35d3d7b
|
Bump libc from 0.2.150 to 0.2.151 in /src/rust (#9979)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.150 to 0.2.151.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.150...0.2.151)
---
updated-dependencies:
- dependency-name: libc
dependency-type: indirect
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>
|
2023-12-10 16:51:49 +00:00 |
|
dependabot[bot]
|
deb2453a4f
|
Bump once_cell from 1.18.0 to 1.19.0 in /src/rust (#9970)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.18.0...v1.19.0)
---
updated-dependencies:
- dependency-name: once_cell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-12-07 08:38:11 -05:00 |
|
dependabot[bot]
|
b0ae6e3ff1
|
Bump openssl from 0.10.60 to 0.10.61 in /src/rust (#9963)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.60 to 0.10.61.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.60...openssl-v0.10.61)
---
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>
|
2023-12-05 12:14:02 +00:00 |
|
dependabot[bot]
|
c295fe59e5
|
Bump openssl-sys from 0.9.96 to 0.9.97 in /src/rust (#9962)
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.96 to 0.9.97.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.96...openssl-sys-v0.9.97)
---
updated-dependencies:
- dependency-name: openssl-sys
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>
|
2023-12-05 12:05:39 +00:00 |
|
dependabot[bot]
|
d08289aa67
|
Bump proc-macro2 from 1.0.69 to 1.0.70 in /src/rust (#9921)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.69 to 1.0.70.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.69...1.0.70)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: indirect
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>
|
2023-11-26 20:00:12 +00:00 |
|
dependabot[bot]
|
bedc9902fc
|
Bump openssl from 0.10.59 to 0.10.60 in /src/rust (#9913)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.59 to 0.10.60.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...openssl-v0.10.60)
---
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>
|
2023-11-23 02:17:43 +00:00 |
|
dependabot[bot]
|
162e6b2047
|
Bump openssl-sys from 0.9.95 to 0.9.96 in /src/rust (#9912)
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.95 to 0.9.96.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.95...openssl-sys-v0.9.96)
---
updated-dependencies:
- dependency-name: openssl-sys
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>
|
2023-11-23 02:09:04 +00:00 |
|