Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update compatible #1021

Merged
merged 1 commit into from
Jun 1, 2024
Merged

chore(deps): Update compatible #1021

merged 1 commit into from
Jun 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ahash dependencies patch 0.8.7 -> 0.8.11
anstream dependencies patch 0.6.13 -> 0.6.14
anstyle dependencies patch 1.0.6 -> 1.0.7
anyhow dependencies patch 1.0.75 -> 1.0.86
assert_fs dev-dependencies patch 1.1.0 -> 1.1.1
bstr dependencies patch 1.9.0 -> 1.9.1
colorchoice-clap dependencies patch 1.0.3 -> 1.0.4
enumflags2 dependencies patch 0.7.8 -> 0.7.9
env_logger dependencies patch 0.11.1 -> 0.11.3
ignore (source) dependencies patch 0.4.20 -> 0.4.22
log dependencies patch 0.4.20 -> 0.4.21
serde (source) dependencies patch 1.0.189 -> 1.0.203
serde_json dependencies patch 1.0.107 -> 1.0.117
snapbox (source) dev-dependencies patch 0.6.5 -> 0.6.7
thiserror dependencies patch 1.0.49 -> 1.0.61
toml dependencies patch 0.8.12 -> 0.8.13
winnow dependencies patch 0.6.7 -> 0.6.9

Release Notes

tkaitchuck/ahash (ahash)

v0.8.11

Compare Source

Patch release to further strengthen u64 fastpath based on #​210

Full Changelog: tkaitchuck/aHash@v0.8.10...v0.8.11

v0.8.10

Compare Source

Patch to fix #​210 which caused poor distribution when hashing a single u64 on nightly.

Full Changelog: tkaitchuck/aHash@v0.8.9...v0.8.10

v0.8.9

Compare Source

Minor patch to fix #​207

Full Changelog: tkaitchuck/aHash@v0.8.8...v0.8.9

v0.8.8

Compare Source

What's Changed

New Contributors

Full Changelog: tkaitchuck/aHash@0.8.7...v0.8.8

rust-cli/anstyle (anstream)

v0.6.14

Compare Source

dtolnay/anyhow (anyhow)

v1.0.86

Compare Source

  • Fix parse error in ensure! with non-literal after minus sign (#​373)

v1.0.85

Compare Source

  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#​368, #​371)

v1.0.84

Compare Source

  • Disallow calling ensure! through a Not impl for a type that is not bool (#​367)

v1.0.83

Compare Source

  • Integrate compile-time checking of cfgs (#​363)

v1.0.82

Compare Source

  • Documentation improvements

v1.0.81

Compare Source

  • Make backtrace support available when using -Dwarnings (#​354)

v1.0.80

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.79

Compare Source

  • Work around improperly cached build script result by sccache (#​340)

v1.0.78

Compare Source

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#​337)

v1.0.77

Compare Source

v1.0.76

Compare Source

  • Opt in to unsafe_op_in_unsafe_fn lint (#​329)
assert-rs/assert_fs (assert_fs)

v1.1.1

Compare Source

Internal
  • Dependency update
BurntSushi/bstr (bstr)

v1.9.1

Compare Source

meithecatte/enumflags2 (enumflags2)

v0.7.9: Release 0.7.9

Compare Source

  • The BitFlag trait now includes convenience re-exports for the constructors of BitFlags. This lets you do MyFlag::from_bits instead BitFlags::<MyFlag>::from_bits where the type of the flag cannot be inferred from context (thanks @​ronnodas).
  • The documentation now calls out the fact that the implementation of PartialOrd may not be what you expect (reported by @​ronnodas).
rust-cli/env_logger (env_logger)

v0.11.3

Compare Source

Features
  • Experimental support for key-value logging behind unstable-kv

v0.11.2

Compare Source

BurntSushi/ripgrep (ignore)

v0.4.22

Compare Source

v0.4.21

Compare Source

rust-lang/log (log)

v0.4.21

Compare Source

serde-rs/serde (serde)

v1.0.203

Compare Source

v1.0.202

Compare Source

  • Provide public access to RenameAllRules in serde_derive_internals (#​2743)

v1.0.201

Compare Source

  • Resolve unexpected_cfgs warning (#​2737)

v1.0.200

Compare Source

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#​2733, thanks @​jamessan)

v1.0.199

Compare Source

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#​2732, thanks @​aatifsyed)

v1.0.198

Compare Source

v1.0.197

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#​2697, thanks @​nyurik)

v1.0.196

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​2682)

v1.0.195

Compare Source

  • Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#​2671)

v1.0.194

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.193

Compare Source

v1.0.192

Compare Source

v1.0.191

Compare Source

  • Documentation improvements

v1.0.190

Compare Source

  • Preserve NaN sign when deserializing f32 from f64 or vice versa (#​2637)
serde-rs/json (serde_json)

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Documentation improvements

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

v1.0.110

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

Compare Source

  • Documentation improvements

v1.0.108

Compare Source

assert-rs/trycmd (snapbox)

v0.6.7

Compare Source

v0.6.6

Compare Source

dtolnay/thiserror (thiserror)

v1.0.61

Compare Source

  • Use core::fmt and core::panic to facilitate error_in_core support (#​299, thanks @​jordens)

v1.0.60

Compare Source

  • Resolve unexpected_cfgs warning (#​298)

v1.0.59

Compare Source

  • Unblock testing of rustc debug-fmt-detail option (#​297)

v1.0.58

Compare Source

  • Make backtrace support available when using -Dwarnings (#​292)

v1.0.57

Compare Source

  • Generate more efficient Display impl for error message which do not contain any interpolated value (#​286, thanks @​nyurik)

v1.0.56

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.55

Compare Source

  • Work around improperly cached build script result by sccache – second attempt (#​280)

v1.0.54

Compare Source

  • Work around improperly cached build script result by sccache – first attempt (#​279)

v1.0.53

Compare Source

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#​270)

v1.0.52

Compare Source

  • Fix interaction with RUSTC_BOOTSTRAP (#​269)

v1.0.51

Compare Source

  • Improve diagnostics when an invalid attribute previously caused thiserror to generate no Error impl (#​266)

v1.0.50

Compare Source

  • Improve diagnostic when a #[source], #[from], or #[transparant] attribute refers to a type that has no std::error::Error impl (#​258, thanks @​de-vri-es)
toml-rs/toml (toml)

v0.8.13

Compare Source

winnow-rs/winnow (winnow)

v0.6.9

Compare Source

Compatibility
  • Bump MSRV to 1.65
Features
  • Add Debug impls for stream::Stateful and stream::Recoverable

v0.6.8

Compare Source

Features
  • Support &mut [impl Parser] within alt

Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) June 1, 2024 02:49
@coveralls
Copy link

Pull Request Test Coverage Report for Build 9327011508

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 23.047%

Totals Coverage Status
Change from base Build 9263035747: 0.0%
Covered Lines: 534
Relevant Lines: 2317

💛 - Coveralls

@renovate renovate bot merged commit 0d0233b into master Jun 1, 2024
17 checks passed
@renovate renovate bot deleted the renovate/compatible branch June 1, 2024 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant