Commit c8b17ae
Build(deps): Bump the pointercrate group with 12 updates (#216)
* Build(deps): Bump the pointercrate group with 12 updates
Bumps the pointercrate group with 12 updates:
| Package | From | To |
| --- | --- | --- |
| [getrandom](https://github.com/rust-random/getrandom) | `0.2.15` | `0.3.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.136` | `1.0.137` |
| [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.16` | `0.2.17` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` | `2.7.1` |
| [ipnet](https://github.com/krisprice/ipnet) | `2.10.1` | `2.11.0` |
| [is-terminal](https://github.com/sunfishcode/is-terminal) | `0.4.13` | `0.4.15` |
| [native-tls](https://github.com/sfackler/rust-native-tls) | `0.2.12` | `0.2.13` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.68` | `0.10.69` |
| [openssl-probe](https://github.com/alexcrichton/openssl-probe) | `0.1.5` | `0.1.6` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.43` | `0.38.44` |
| [semver](https://github.com/dtolnay/semver) | `1.0.24` | `1.0.25` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.14` | `1.0.15` |
Updates `getrandom` from 0.2.15 to 0.3.0
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.2.15...v0.3.0)
Updates `serde_json` from 1.0.136 to 1.0.137
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.136...v1.0.137)
Updates `cpufeatures` from 0.2.16 to 0.2.17
- [Commits](RustCrypto/utils@cpufeatures-v0.2.16...cpufeatures-v0.2.17)
Updates `indexmap` from 2.7.0 to 2.7.1
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.7.0...2.7.1)
Updates `ipnet` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/krisprice/ipnet/releases)
- [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md)
- [Commits](https://github.com/krisprice/ipnet/commits/2.11.0)
Updates `is-terminal` from 0.4.13 to 0.4.15
- [Commits](sunfishcode/is-terminal@v0.4.13...v0.4.15)
Updates `native-tls` from 0.2.12 to 0.2.13
- [Release notes](https://github.com/sfackler/rust-native-tls/releases)
- [Changelog](https://github.com/sfackler/rust-native-tls/blob/master/CHANGELOG.md)
- [Commits](sfackler/rust-native-tls@v0.2.12...v0.2.13)
Updates `openssl` from 0.10.68 to 0.10.69
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.68...openssl-v0.10.69)
Updates `openssl-probe` from 0.1.5 to 0.1.6
- [Commits](rustls/openssl-probe@0.1.5...0.1.6)
Updates `rustix` from 0.38.43 to 0.38.44
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
- [Commits](bytecodealliance/rustix@v0.38.43...v0.38.44)
Updates `semver` from 1.0.24 to 1.0.25
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.24...1.0.25)
Updates `unicode-ident` from 1.0.14 to 1.0.15
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.14...1.0.15)
---
updated-dependencies:
- dependency-name: getrandom
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pointercrate
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pointercrate
- dependency-name: cpufeatures
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: pointercrate
- dependency-name: indexmap
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: pointercrate
- dependency-name: ipnet
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: pointercrate
- dependency-name: is-terminal
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: pointercrate
- dependency-name: native-tls
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: pointercrate
- dependency-name: openssl
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: pointercrate
- dependency-name: openssl-probe
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: pointercrate
- dependency-name: rustix
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: pointercrate
- dependency-name: semver
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: pointercrate
- dependency-name: unicode-ident
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: pointercrate
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: compatibility with getrandom 0.3.0
the crate renamed `getrandom::getrandom` to `getrandom::fill`.
Signed-off-by: stadust <43299462+stadust@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: stadust <43299462+stadust@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: stadust <43299462+stadust@users.noreply.github.com>1 parent e78c605 commit c8b17ae
File tree
7 files changed
+67
-37
lines changed- pointercrate-core-api
- pointercrate-core
- src
- pointercrate-demonlist-api
- pointercrate-test
- pointercrate-user
7 files changed
+67
-37
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
0 commit comments