Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2025

Bumps the pointercrate group with 17 updates:

Package From To
serde 1.0.217 1.0.218
log 0.4.25 0.4.26
serde_json 1.0.138 1.0.139
cc 1.2.14 1.2.15
inout 0.1.3 0.1.4
libc 0.2.169 0.2.170
miniz_oxide 0.8.4 0.8.5
native-tls 0.2.13 0.2.14
pem 3.0.4 3.0.5
raw-cpuid 11.3.0 11.4.0
redox_syscall 0.5.8 0.5.9
ring 0.17.9 0.17.11
serde_derive 1.0.217 1.0.218
tempfile 3.16.0 3.17.1
typenum 1.17.0 1.18.0
unicode-ident 1.0.16 1.0.17
winnow 0.7.2 0.7.3

Updates serde from 1.0.217 to 1.0.218

Release notes

Sourced from serde's releases.

v1.0.218

  • Documentation improvements
Commits
  • 7bfd518 Release 1.0.218
  • 723a949 Merge pull request #2895 from dtolnay/stabledoc
  • 2b44efb Point standard library links to stable
  • 03dc0fc Merge pull request #2894 from dtolnay/doclink
  • 85cb0c4 Convert html links to intra-doc links
  • abe7194 Update ui test suite to nightly-2025-02-12
  • aaccac7 Unset doc-scrape-examples for lib target
  • 7cd4d84 Update ui test suite to nightly-2025-02-07
  • 04ff3e8 More precise gitignore patterns
  • dc3031b Remove *.sw[po] from gitignore
  • Additional commits viewable in compare view

Updates log from 0.4.25 to 0.4.26

Release notes

Sourced from log's releases.

0.4.26

What's Changed

Full Changelog: rust-lang/log@0.4.25...0.4.26

Changelog

Sourced from log's changelog.

[0.4.26] - 2025-02-18

What's Changed

Full Changelog: rust-lang/log@0.4.25...0.4.26

Commits

Updates serde_json from 1.0.138 to 1.0.139

Release notes

Sourced from serde_json's releases.

v1.0.139

  • Documentation improvements
Commits
  • 4d4f53c Release 1.0.139
  • 5d6b32f Merge pull request #1242 from dtolnay/writefloat
  • e5bb8bd Document behavior of write_f32/f64 on non-finite floats
  • 7a79781 Merge pull request #1241 from dtolnay/doclink
  • 13591f1 Convert html links to intra-doc links
  • 1d7378e Unset doc-scrape-examples for lib target
  • 1174c5f Resolve unnecessary_semicolon pedantic clippy lint
  • See full diff in compare view

Updates cc from 1.2.14 to 1.2.15

Release notes

Sourced from cc's releases.

cc-v1.2.15

Other

  • Regenerate target info (#1406)
  • Always read from all CFLAGS-style flags (#1401)
  • Simplify the error output on failed Command invocation (#1397)
Changelog

Sourced from cc's changelog.

1.2.15 - 2025-02-21

Other

  • Regenerate target info (#1406)
  • Always read from all CFLAGS-style flags (#1401)
  • Simplify the error output on failed Command invocation (#1397)
Commits

Updates inout from 0.1.3 to 0.1.4

Commits

Updates libc from 0.2.169 to 0.2.170

Release notes

Sourced from libc's releases.

0.2.170

Added

Deprecated

Changed

Fixed

Other

Changelog

Sourced from libc's changelog.

0.2.170 - 2025-02-23

Added

Deprecated

Changed

Fixed

Other

Commits
  • 61d2698 chore: release v0.2.170
  • 0d2ea3c Merge pull request #4284 from tgross35/backport-oysters
  • 42a30ad Switch back to matching target_os rather than target_vendor
  • a0021d2 Add recent socket timestamping flags for Linux and Android
  • 7a7fe46 Apply modulo 256 to BSD WEXITSTATUS
  • 116b82e Fix size of time_t in vxworks
  • b668252 Add structures for freebsd
  • b1d4d35 Merge pull request #4280 from tgross35/backport-time-b64
  • 8b0ab16 Add forgotten SO_*_NEW values to powerpc, mips and arm
  • c5b7465 Rerun build if RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64 changes
  • Additional commits viewable in compare view

Updates miniz_oxide from 0.8.4 to 0.8.5

Changelog

Sourced from miniz_oxide's changelog.

0.8.5 - 2025-02-21

Bug Fixes

  • (deflate) some cleanups and evade a bounds check in compress_lz_codes - (4c38ff8) - oyvindln
  • (deflate) fix bug causing 0 length stored block to be output incorrectly causing corrupt stream - (3d62e6b) - oyvindln

Commits
  • 341edf5 bump version and update changelog
  • 3d62e6b fix(deflate): fix bug causing 0 length stored block to be output incorrectly ...
  • 4c38ff8 fix(deflate): some cleanups and evade a bounds check in compress_lz_codes
  • 7209186 criterion from tests again - accidentally added it
  • See full diff in compare view

Updates native-tls from 0.2.13 to 0.2.14

Release notes

Sourced from native-tls's releases.

v0.2.14

What's Changed

Full Changelog: sfackler/rust-native-tls@v0.2.13...v0.2.14

Commits

Updates pem from 3.0.4 to 3.0.5

Changelog

Sourced from pem's changelog.

3.0.5

  • updated base version in the docs
Commits
  • c488b6c chore: Release pem version 3.0.5
  • 6844ac4 chore: update docs for release
  • 2037109 Merge pull request #58 from jeffesquivels/patch-1
  • c91e1c9 update inline documentation to use latest version
  • See full diff in compare view

Updates raw-cpuid from 11.3.0 to 11.4.0

Commits

Updates redox_syscall from 0.5.8 to 0.5.9

Updates ring from 0.17.9 to 0.17.11

Release notes

Sourced from ring's releases.

0.17.11

This is an administrative release, which is functionally equivalent to 0.17.10. It changes the crate repository to https://github.com/ctz/ring where this project will receive future security maintenance.

0.17.10

Full Changelog: ctz/ring@0.17.9...0.17.10

Commits

Updates serde_derive from 1.0.217 to 1.0.218

Release notes

Sourced from serde_derive's releases.

v1.0.218

  • Documentation improvements
Commits
  • 7bfd518 Release 1.0.218
  • 723a949 Merge pull request #2895 from dtolnay/stabledoc
  • 2b44efb Point standard library links to stable
  • 03dc0fc Merge pull request #2894 from dtolnay/doclink
  • 85cb0c4 Convert html links to intra-doc links
  • abe7194 Update ui test suite to nightly-2025-02-12
  • aaccac7 Unset doc-scrape-examples for lib target
  • 7cd4d84 Update ui test suite to nightly-2025-02-07
  • 04ff3e8 More precise gitignore patterns
  • dc3031b Remove *.sw[po] from gitignore
  • Additional commits viewable in compare view

Updates tempfile from 3.16.0 to 3.17.1

Changelog

Sourced from tempfile's changelog.

3.17.1

  • Fix build with windows-sys 0.52. Unfortunately, we have no CI for older windows-sys versions at the moment...

3.17.0

  • Make sure to use absolute paths in when creating unnamed temporary files (avoids a small race in the "immediate unlink" logic) and in Builder::make_in (when creating temporary files of arbitrary types).
  • Prevent a theoretical crash that could (maybe) happen when a temporary file is created from a drop function run in a TLS destructor. Nobody has actually reported a case of this happening in practice and I have been unable to create this scenario in a test.
  • When reseeding with getrandom, use platform (e.g., CPU) specific randomness sources where possible.
  • Clarify some documentation.
  • Unlink unnamed temporary files on windows immediately when possible instead of waiting for the handle to be closed. We open files with "Unix" semantics, so this is generally possible.
Commits
  • 714a259 chore: release 3.17.1
  • 78309ed fix: cast handle to the windows crate HANDLE (#332)
  • 6e7d167 chore: release 3.17.0
  • 3718075 doc: remove incorrect documentation about windows and open files
  • 461369f feat: delete unnamed temporary files on windows immediately
  • 78d30a2 doc: clarify "inner file will be deleted" documentation (#329)
  • 0fe11c4 doc: document how to "keep" temporary files/dirs after creation (#328)
  • 35e0629 feat: simplify getrandom call (#325)
  • 1e5059f fix: handle TLS deallocation (#324)
  • c7b2e1a chore: simplify reborrow
  • Additional commits viewable in compare view

Updates typenum from 1.17.0 to 1.18.0

Release notes

Sourced from typenum's releases.

v1.18.0

Features

Commits

  • b237efb: Version v1.17.0 (#200) (Paho Lurie-Gregg) #200
  • 68980e9: add elixir style capturing of the rest of the array (Kyle Gullion) #214
  • 21c7d60: Setup nix flake (Paho Lurie-Gregg)
  • 137863c: Fix CI build, introduce justfile (#218) (Paho Lurie-Gregg) #218
  • bab772b: Check-in generated code (#219) (Paho Lurie-Gregg) #219
  • 9eec4b7: Add constant for 3600 (#220) (Paho Lurie-Gregg) #220
  • 4bccf7d: Setup nix flake (Paho Lurie-Gregg)
  • 372a281: Fix CI build, introduce justfile (#218) (Paho Lurie-Gregg)
  • 83e03f5: Check-in generated code (#219) (Paho Lurie-Gregg)
  • 74d63c1: Add constant for 3600 (#220) (Paho Lurie-Gregg)
  • 2488205: Merge branch 'kgullion-elixir-style-tarr' (Paho Lurie-Gregg)
  • 67584b5: Version 1.18 (#221) (Paho Lurie-Gregg) #221
Changelog

Sourced from typenum's changelog.

1.18.0 (2025-02-17)

  • [changed] Remove build scripts; instead check-in the built code (PR #219)
  • [added] Constants for 3600 (PR #220)
  • [added] Elixir-style syntax for tarr! macro (PR #214)
  • [added] FoldAdd and FoldMul to get the sum/product of an array (PR #209)
Commits

Updates unicode-ident from 1.0.16 to 1.0.17

Release notes

Sourced from unicode-ident's releases.

1.0.17

  • Documentation improvements
Commits

Updates winnow from 0.7.2 to 0.7.3

Changelog

Sourced from winnow's changelog.

[0.7.3] - 2025-02-19

Features

  • Add ParseError::char_span
Commits
  • d6e7bbb chore: Release
  • 3bc0877 docs: Update changelog
  • 2942161 Merge pull request #747 from epage/span
  • 882f82f feat(error): Provide ParseError::char_span
  • 720fae1 Merge pull request #746 from epage/adapt
  • 4f43ff5 docs(ref): Link ContextError to tutorial
  • 2e94c45 docs(ascii): Clarify till_line_ending's behavior
  • 382f25a Merge pull request #743 from decathorpe/main
  • 1c46d3b tests: update snapbox fixtures for should-panic-in-debug tests
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pointercrate group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` |
| [log](https://github.com/rust-lang/log) | `0.4.25` | `0.4.26` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.138` | `1.0.139` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.14` | `1.2.15` |
| [inout](https://github.com/RustCrypto/utils) | `0.1.3` | `0.1.4` |
| [libc](https://github.com/rust-lang/libc) | `0.2.169` | `0.2.170` |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.8.4` | `0.8.5` |
| [native-tls](https://github.com/sfackler/rust-native-tls) | `0.2.13` | `0.2.14` |
| [pem](https://github.com/jcreekmore/pem-rs) | `3.0.4` | `3.0.5` |
| [raw-cpuid](https://github.com/gz/rust-cpuid) | `11.3.0` | `11.4.0` |
| redox_syscall | `0.5.8` | `0.5.9` |
| [ring](https://github.com/ctz/ring) | `0.17.9` | `0.17.11` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.16.0` | `3.17.1` |
| [typenum](https://github.com/paholg/typenum) | `1.17.0` | `1.18.0` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.16` | `1.0.17` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.2` | `0.7.3` |


Updates `serde` from 1.0.217 to 1.0.218
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.217...v1.0.218)

Updates `log` from 0.4.25 to 0.4.26
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.25...0.4.26)

Updates `serde_json` from 1.0.138 to 1.0.139
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.138...v1.0.139)

Updates `cc` from 1.2.14 to 1.2.15
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.14...cc-v1.2.15)

Updates `inout` from 0.1.3 to 0.1.4
- [Commits](RustCrypto/utils@inout-v0.1.3...inout-v0.1.4)

Updates `libc` from 0.2.169 to 0.2.170
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.170/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.169...0.2.170)

Updates `miniz_oxide` from 0.8.4 to 0.8.5
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
- [Commits](Frommi/miniz_oxide@0.8.4...0.8.5)

Updates `native-tls` from 0.2.13 to 0.2.14
- [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.13...v0.2.14)

Updates `pem` from 3.0.4 to 3.0.5
- [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md)
- [Commits](jcreekmore/pem-rs@v3.0.4...v3.0.5)

Updates `raw-cpuid` from 11.3.0 to 11.4.0
- [Changelog](https://github.com/gz/rust-cpuid/blob/master/CHANGELOG.md)
- [Commits](gz/rust-cpuid@11.3.0...11.4.0)

Updates `redox_syscall` from 0.5.8 to 0.5.9

Updates `ring` from 0.17.9 to 0.17.11
- [Release notes](https://github.com/ctz/ring/releases)
- [Commits](ctz/ring@0.17.9...0.17.11)

Updates `serde_derive` from 1.0.217 to 1.0.218
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.217...v1.0.218)

Updates `tempfile` from 3.16.0 to 3.17.1
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.16.0...v3.17.1)

Updates `typenum` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/paholg/typenum/releases)
- [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md)
- [Commits](paholg/typenum@v1.17.0...v1.18.0)

Updates `unicode-ident` from 1.0.16 to 1.0.17
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.16...1.0.17)

Updates `winnow` from 0.7.2 to 0.7.3
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.2...v0.7.3)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: inout
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: miniz_oxide
  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: pem
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: raw-cpuid
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: redox_syscall
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: ring
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: tempfile
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: typenum
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 23, 2025
@stadust stadust merged commit 35ec017 into master Feb 27, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/pointercrate-a2a342ba92 branch February 27, 2025 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant