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

fix(deps): update all non-major dependencies #31

Merged
merged 3 commits into from
May 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.70 -> 1.0.83
k8s-openapi dependencies minor 0.21.1 -> 0.22.0
k8s-openapi-derive dependencies minor 0.21.1 -> 0.22.0
kubewarden-policy-sdk dependencies patch 0.10.0 -> 0.10.1
kubewarden/github-actions action patch v3.1.18 -> v3.1.19
mockall dev-dependencies patch 0.12.0 -> 0.12.1
schemars (source) dependencies patch 0.8.12 -> 0.8.19
serde (source) dependencies patch 1.0.195 -> 1.0.201
serde_json dependencies patch 1.0.95 -> 1.0.117
serial_test dev-dependencies patch 3.1.0 -> 3.1.1

Release Notes

dtolnay/anyhow (anyhow)

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)

v1.0.75

Compare Source

v1.0.74

Compare Source

v1.0.73

Compare Source

v1.0.72

Compare Source

  • Documentation improvements

v1.0.71

Compare Source

  • Documentation improvements
Arnavion/k8s-openapi (k8s-openapi)

v0.22.0

Compare Source

k8s-openapi

  • BREAKING CHANGE: Added support for Kubernetes 1.30 under the v1_30 feature.

Corresponding Kubernetes API server versions:

  • v1.24.17
  • v1.25.16
  • v1.26.15
  • v1.27.13
  • v1.28.9
  • v1.29.4
  • v1.30.0

k8s-openapi-codegen-common

  • No changes.

k8s-openapi-derive

  • No changes except to bump the k8s-openapi-codegen-common dependency to the new version.

kubewarden/policy-sdk-rust (kubewarden-policy-sdk)

v0.10.1

Compare Source

🐛 Bug Fixes

  • fix(deps): update rust crate serde_yaml to 0.9.34 (#​138)
  • fix(deps): update rust crate oci-spec to 0.6.5 (#​137)

🧰 Maintenance

  • chore(deps): update rust crate k8s-openapi to 0.22.0 (#​141)
  • chore(deps): update all non-major dependencies (#​140)
  • chore(deps): update rust crate serial_test to 3.1.0 (#​139)
  • fix(deps): update rust crate serde_yaml to 0.9.34 (#​138)
  • fix(deps): update rust crate oci-spec to 0.6.5 (#​137)
kubewarden/github-actions (kubewarden/github-actions)

v3.1.19

Compare Source

  • Bump kwctl-installer to v1.12.0, needed by verify-images-policy (#​117)
  • specify go version to be installed (#​111)
🚀 Features
  • feat: github action to install cargo-tarpaulin (#​113)
  • policy building: ensure wasm-opt is installed (#​105)
🐛 Bug Fixes
  • fix tinygo build caused by go toolchain (#​109)
🧰 Maintenance
  • chore(deps): update golangci/golangci-lint-action action to v5 (#​116)
  • update tinygo (#​115)
  • chore(deps): update softprops/action-gh-release action to v2 (#​114)
  • chore(deps): update azure/setup-helm action to v4 (#​112)
  • chore(deps): update golangci/golangci-lint-action action to v4 (#​110)
  • chore(deps): update release-drafter/release-drafter action to v6 (#​108)
  • chore: bump kwctl version to v1.10.1 (#​107)
  • chore(deps): update swiftwasm/swiftwasm-action action to v5.9 (#​106)
asomers/mockall (mockall)

v0.12.1

Compare Source

Fixed
  • Fixed using #[mockall::concretize] on functions whose generic types contain
    trait bounds, yet are still object safe.
    (#​531)

  • Fixed mocking methods that use raw identifiers for their names. This was a
    regression in 0.12.0.
    (#​534)

GREsau/schemars (schemars)

v0.8.19

Compare Source

Fixed:

v0.8.18

Compare Source

Fixed:

v0.8.17

Compare Source

Changed:

v0.8.16

Compare Source

Fixed:
  • Reduce size of MIR output (and improve release-mode compile time) when deriving JsonSchema

v0.8.15

Compare Source

Added:

v0.8.14

Compare Source

Added:
Changed:
Fixed:

v0.8.13

Compare Source

Added:
Changed:
  • Minimum supported rust version is now 1.60.0
serde-rs/serde (serde)

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)
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

v1.0.107

Compare Source

  • impl IntoDeserializer for &RawValue (#​1071)

v1.0.106

Compare Source

v1.0.105

Compare Source

v1.0.104

Compare Source

v1.0.103

Compare Source

  • Documentation improvements

v1.0.102

Compare Source

  • Add a way to customize the serialization of byte arrays (#​1039)

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Support -Z minimal-versions

v1.0.99

Compare Source

v1.0.98

Compare Source

  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

Compare Source

  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#​1026)

v1.0.96

Compare Source

palfrey/serial_test (serial_test)

v3.1.1

Compare Source

What's Changed

Full Changelog: palfrey/serial_test@v3.1.0...v3.1.1


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 requested a review from a team as a code owner May 6, 2024 00:46
@renovate renovate bot added the dependencies label May 6, 2024
Copy link
Contributor Author

renovate bot commented May 6, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.22.0
    Updating crates.io index
error: failed to select a version for the requirement `k8s-openapi = "^0.21.1"`
candidate versions found which didn't match: 0.22.0
location searched: crates.io index
required by package `kubewarden-policy-sdk v0.10.0`
    ... which satisfies dependency `kubewarden-policy-sdk = "^0.10.0"` (locked to 0.10.0) of package `rancher-project-propagate-labels v0.1.1 (/tmp/renovate/repos/github/kubewarden/rancher-project-propagate-labels)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9d5a041 to a2ca02b Compare May 8, 2024 00:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2ca02b to 4af022b Compare May 9, 2024 14:09
Copy link
Contributor Author

renovate bot commented May 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.22.0
    Updating crates.io index
error: failed to select a version for the requirement `k8s-openapi = "^0.21.1"`
candidate versions found which didn't match: 0.22.0
location searched: crates.io index
required by package `kubewarden-policy-sdk v0.10.0`
    ... which satisfies dependency `kubewarden-policy-sdk = "^0.10.0"` (locked to 0.10.0) of package `rancher-project-propagate-labels v0.1.1 (/tmp/renovate/repos/github/kubewarden/rancher-project-propagate-labels)`
perhaps a crate was updated and forgotten to be re-vendored?

flavio added 2 commits May 9, 2024 16:13
Signed-off-by: Flavio Castelli <[email protected]>
Signed-off-by: Flavio Castelli <[email protected]>
@flavio flavio merged commit 1a93fc8 into main May 9, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant