fix(deps): update all non-major dependencies #31
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.70
->1.0.83
0.21.1
->0.22.0
0.21.1
->0.22.0
0.10.0
->0.10.1
v3.1.18
->v3.1.19
0.12.0
->0.12.1
0.8.12
->0.8.19
1.0.195
->1.0.201
1.0.95
->1.0.117
3.1.0
->3.1.1
Release Notes
dtolnay/anyhow (anyhow)
v1.0.83
Compare Source
v1.0.82
Compare Source
v1.0.81
Compare Source
v1.0.80
Compare Source
v1.0.79
Compare Source
v1.0.78
Compare Source
v1.0.77
Compare Source
anyhow::Error::backtrace
available on stable Rust compilers 1.65+ (#293, thanks @LukasKalbertodt)v1.0.76
Compare Source
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
v1.0.71
Compare Source
Arnavion/k8s-openapi (k8s-openapi)
v0.22.0
Compare Source
k8s-openapi
v1_30
feature.Corresponding Kubernetes API server versions:
k8s-openapi-codegen-common
k8s-openapi-derive
k8s-openapi-codegen-common
dependency to the new version.kubewarden/policy-sdk-rust (kubewarden-policy-sdk)
v0.10.1
Compare Source
🐛 Bug Fixes
🧰 Maintenance
kubewarden/github-actions (kubewarden/github-actions)
v3.1.19
Compare Source
🚀 Features
🐛 Bug Fixes
🧰 Maintenance
asomers/mockall (mockall)
v0.12.1
Compare Source
Fixed
Fixed using
#[mockall::concretize]
on functions whose generic types containtrait 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:
JsonSchema
on an enum with no variants (https://github.com/GREsau/schemars/issues/287)v0.8.18
Compare Source
Fixed:
JsonSchema
on enums (https://github.com/GREsau/schemars/pull/266 / https://github.com/GREsau/schemars/pull/286)v0.8.17
Compare Source
Changed:
v0.8.16
Compare Source
Fixed:
JsonSchema
v0.8.15
Compare Source
Added:
JsonSchema
forBigDecimal
frombigdecimal
0.4 (https://github.com/GREsau/schemars/pull/237)v0.8.14
Compare Source
Added:
#[schemars(inner(...)]
attribute to specify schema for array items (https://github.com/GREsau/schemars/pull/234)Changed:
JsonSchema
trait:schema_id()
, which is similar toschema_name()
, but does not have to be human-readable, and defaults to the type name including module path. This allows schemars to differentiate between types with the same name in different modules/crates (https://github.com/GREsau/schemars/issues/62 / https://github.com/GREsau/schemars/pull/247)Fixed:
rust_decimal::Decimal
andbigdecimal::BigDecimal
now match how those types are serialized by default, i.e. as numeric strings (https://github.com/GREsau/schemars/pull/248)v0.8.13
Compare Source
Added:
JsonSchema
forsemver::Version
(https://github.com/GREsau/schemars/pull/195 / https://github.com/GREsau/schemars/pull/238)JsonSchema
for types from indexmap v2 (https://github.com/GREsau/schemars/pull/226 / https://github.com/GREsau/schemars/pull/240)JsonSchema
forserde_json::value::RawValue
(https://github.com/GREsau/schemars/pull/183)Changed:
serde-rs/serde (serde)
v1.0.201
Compare Source
v1.0.200
Compare Source
v1.0.199
Compare Source
forward_to_deserialize_any!
is used on an enum withError
variant (#2732, thanks @aatifsyed)v1.0.198
Compare Source
Saturating<T>
(#2709, thanks @jbethune)v1.0.197
Compare Source
v1.0.196
Compare Source
serde-rs/json (serde_json)
v1.0.117
Compare Source
v1.0.116
Compare Source
v1.0.115
Compare Source
v1.0.114
Compare Source
v1.0.113
Compare Source
swap_remove
andshift_remove
methods on Map (#1109)v1.0.112
Compare Source
v1.0.111
Compare Source
v1.0.110
Compare Source
v1.0.109
Compare Source
v1.0.108
Compare Source
v1.0.107
Compare Source
v1.0.106
Compare Source
Value::as_number
accessor (#1069, thanks @chanced)Number::as_str
accessor under "arbitrary_precision" feature (#1067, thanks @chanced)v1.0.105
Compare Source
v1.0.104
Compare Source
v1.0.103
Compare Source
v1.0.102
Compare Source
v1.0.101
Compare Source
v1.0.100
Compare Source
-Z minimal-versions
v1.0.99
Compare Source
v1.0.98
Compare Source
v1.0.97
Compare Source
io_error_kind()
method to serde_json::Error:fn io_error_kind(&self) -> Option<std::io::ErrorKind>
(#1026)v1.0.96
Compare Source
to_writer
only writes valid UTF-8 strings (#1011, thanks @stepancheg)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.
This PR has been generated by Mend Renovate. View repository job log here.