Closed dependabot[bot] closed 1 week ago
@dependabot ignore url patch version
OK, I won't notify you about version 2.5.3 of url again, unless you unignore it.
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the rust-dependencies group with 14 updates in the / directory:
1.0.214
1.0.215
1.3.2
1.4.1
4.5.20
4.5.21
3.13.0
3.14.0
2.5.2
2.5.3
0.6.17
0.6.18
1.5.1
1.5.3
1.1.34
1.2.0
0.7.2
0.7.3
0.2.14
0.2.15
2.1.1
2.2.0
0.2.161
0.2.162
0.1.23
0.1.24
0.4.8
0.4.9
Updates
serde
from 1.0.214 to 1.0.215Release notes
Sourced from serde's releases.
Commits
8939af4
Release 1.0.215fa5d58c
Use ui test syntax that does not interfere with rustfmt1a3cf4b
Update PR 2562 ui tests7d96352
Merge pull request #2857 from dtolnay/collide111ecc5
Update ui tests for warning on colliding aliasesedd6fe9
Revert "Add checks for conflicts for aliases"a20e924
Revert "pacify clippy"b1353a9
Merge pull request #2856 from dtolnay/denamec59e876
Produce a separate warning for every colliding name7f1e697
Merge pull request #2855 from dtolnay/namespanUpdates
arbitrary
from 1.3.2 to 1.4.1Changelog
Sourced from arbitrary's changelog.
... (truncated)
Commits
c22d7c8
Arbitrary-derive 1.4.1690db06
Merge pull request #204 from djc/msrv6cbaf48
Merge pull request #205 from Manishearth/fq-resultde2becf
Use fully qualified path for Result when generated by macro4f5967b
Bump version for releasea5dfc7e
Check stated MSRV in CIda62b03
Add lifetime bound for trait impl as required on older toolchainsf643527
Use std::error::Error for compatibility with older toolchains5b86c44
Bump to 1.4.01cc0e46
Merge pull request #185 from sosthene-nitrokey/wide-recursiveUpdates
clap
from 4.5.20 to 4.5.21Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
03d7226
chore: Release3df70fb
docs: Update changelog3266c36
Merge pull request #5691 from epage/custom951762d
feat(complete): Allow any OsString-compatible type to be a CompletionCandidatebb6493e
feat(complete): Offer - as a path option27b348d
refactor(complete): Simplify ArgValueCandidates code49b8108
feat(complete): Add PathCompleter82a360a
feat(complete): Add ArgValueCompleter47aedc6
fix(complete): Ensure paths are sorted431e2bc
test(complete): Ensure ArgValueCandidates get filteredUpdates
tempfile
from 3.13.0 to 3.14.0Changelog
Sourced from tempfile's changelog.
Commits
b232c58
chore: release 3.14.0 (#307)a23f396
fix: enable wasip2 feature for wasm32-wasip2 target (#305)f162807
ci: switch from cargo-wasi to directly using the wasip1 target (#306)fa8ad00
allow older windows-sys (#304)335d91d
fix: expose SpooledData enum (#301)Updates
url
from 2.5.2 to 2.5.3Release notes
Sourced from url's releases.
Commits
8a683ff
Merge idna-v1x to main (#990)08a3268
OSS-Fuzz: Add more fuzzers (#988)5d363cc
Improve serde error output (#982)30e6258
fix: support wasm32-wasip2 on stable channel (#983)bf089c4
support hermit (#985)b08a655
Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)ebd5cfb
no_std
support for theurl
crate (#831)7eccac9
Add a test for and fix issue #974 (#975)710e1e7
refactor and add tests for percent encoding (#977)6050a6e
mention why we pin unicode-width (#972)Updates
anstream
from 0.6.17 to 0.6.18Commits
fabe0c3
chore: Release762ca76
docs: Update changelogd364ac4
Merge pull request #229 from epage/cfgad3f458
fix(stream): Respect 'test' feature0b8d105
fix(stream): Refer to correct stream on panic69cf6c9
refactor(stream): Pull out test macro bodyc78b3c1
refactor(stream): Be extra clear that macros mod is not for useab37812
chore(deps): Update compatible (dev) (#226)7c48196
Merge pull request #227 from rust-cli/renovate/stable-1.xa28405f
style: Make clippy happyUpdates
borsh
from 1.5.1 to 1.5.3Release notes
Sourced from borsh's releases.
Changelog
Sourced from borsh's changelog.
Commits
0dc09cd
chore: release v1.5.3 (#322)c966ddc
fix: specify a minimum version forsyn
as2.0.81
(#320)d521f76
chore: release v1.5.2 (#313)cef1258
chore: remove dependency on syn_derive (#318)21c024f
doc:serde_json::Value
bridging example/doc (#317)fa9a0a1
chore: cover one moresyn::generics::TypeParamBound
as per syntax change (#...b416d11
feat: ser/de forIpAddr
type; schema forIpv4Addr
/Ipv6Addr
/IpAddr
typ...Updates
cc
from 1.1.34 to 1.2.0Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
a0441c3
chore: release v1.1.38 (#1286)837ad79
feat: add i686-pc-windows-gnullvm prefix detection (#1283)58bd974
windows_registry: Allow only specifying the architecture (#1285)aa4a6cf
Fix WASM vs. WASI options (#1284)5835783
chore: release v1.1.37 (#1282)15d2f7d
Use relative directory for obj files hash (#1270)8120aed
Regenerate target info (#1280)2050013
chore: release v1.1.36 (#1274)d262aec
Fix CUDA build with clang++. (#1273)8a62583
chore: release v1.1.35 (#1267)Updates
clap_builder
from 4.5.20 to 4.5.21Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
2920fb0
chore: Release8902627
docs: Update changelog79d696f
Merge pull request #5813 from epage/ignore479df35
fix(parser): Fill in defaults on ignored errora1d69ca
refactor(parser): Split up parsing from post-processing6827841
test(parser): Show bad ignore_errors defaulting case76d0049
test(parser): Verify defaulting on errors3f5c05c
test(parser): Ensure we are actually testing ignore_errorsba4745d
chore(ci): Fix use of permissions22944b4
chore(ci): Use matrix for tracking the runnerUpdates
clap_lex
from 0.7.2 to 0.7.3Changelog
Sourced from clap_lex's changelog.
Commits
2920fb0
chore: Release8902627
docs: Update changelog79d696f
Merge pull request #5813 from epage/ignore479df35
fix(parser): Fill in defaults on ignored errora1d69ca
refactor(parser): Split up parsing from post-processing6827841
test(parser): Show bad ignore_errors defaulting case76d0049
test(parser): Verify defaulting on errors3f5c05c
test(parser): Ensure we are actually testing ignore_errorsba4745d
chore(ci): Fix use of permissions22944b4
chore(ci): Use matrix for tracking the runnerUpdates
cpufeatures
from 0.2.14 to 0.2.15Commits
32842f6
cpufeatures: relax XSAVE checks (#1130)ae570cd
Excludeaarch64-dit
from root workspace (#1131)b6fcf75
Cut new release candidates (#1127)e734b0e
Bumphybrid-array
to v0.2 (final) (#1125)0aec166
build(deps): bump hybrid-array from 0.2.0-rc.10 to 0.2.0-rc.11 (#1123)66221b6
inout: re-addpackage.metadata.docs.rs
to Cargo.toml (#1122)cc05456
inout v0.2.0-rc.1 (#1121)492eebd
block-padding v0.4.0-rc.1 (#1120)8efe873
block-buffer v0.11.0-rc.2 (#1119)3f94c9c
inout: usedoc_auto_cfg
(#1118)Updates
derive_arbitrary
from 1.3.2 to 1.4.1Changelog
Sourced from derive_arbitrary's changelog.
... (truncated)
Commits
c22d7c8
Arbitrary-derive 1.4.1690db06
Merge pull request #204 from djc/msrv6cbaf48
Merge pull request #205 from Manishearth/fq-resultde2becf
Use fully qualified path for Result when generated by macro4f5967b
Bump version for releasea5dfc7e
Check stated MSRV in CIda62b03
Add lifetime bound for trait impl as required on older toolchainsf643527
Use std::error::Error for compatibility with older toolchains5b86c44
Bump to 1.4.01cc0e46
Merge pull request #185 from sosthene-nitrokey/wide-recursiveUpdates
fastrand
from 2.1.1 to 2.2.0Release notes
Sourced from fastrand's releases.
Changelog
Sourced from fastrand's changelog.
Commits
1b93479
v2.2.08ad2283
ci: Use "v2.0.0" branch for security check (#91)cfc0ab0
Update rustsec/audit-check branch name to main6dee614
Expose missing fill method in global_rng moduleUpdates
idna
from 0.5.0 to 1.0.3Release notes
Sourced from idna's releases.
Commits
8a683ff
Merge idna-v1x to main (#990)08a3268
OSS-Fuzz: Add more fuzzers (#988)5d363cc
Improve serde error output (#982)30e6258
fix: support wasm32-wasip2 on stable channel (#983)bf089c4
support hermit (#985)b08a655
Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)ebd5cfb
no_std
support for theurl
crate (#831)7eccac9
Add a test for and fix issue #974 (#975)710e1e7
refactor and add tests for percent encoding (#977)6050a6e
mention why we pin unicode-width (#972)Updates
libc
from 0.2.161 to 0.2.162Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
b8c255c
chore: release v0.2.162acb0c19
Merge pull request #4020 from tgross35/backport-collard-greens33a772c
feat: addioctl
flags inlinux/if_tun.h
a3ca238
freebsd adding CLOSE_RANGE_CLOEXEC flag8c88d9a
armv7-unknown-freebsd: fix test errors regarding __gregset_tc0c9391
Fix the build on armv7-unknown-freebsdd435e9b
Merge pull request #4006 from tgross35/backport-spinach7ee37b9
Merge pull request #4017 from tgross35/backport-watercress073c7b4
Fix definition of FIODGNAME on 32-bit FreeBSD255b039
Fix size of struct kinfo_file on 32-bit FreeBSDUpdates
psm
from 0.1.23 to 0.1.24Commits
cf52a70
psm: release 0.1.240e525ab
fix wasi testbdb1a18
chore: add gnullvm cross check to the CI762438e
ci: add support for loongarch64-unknown-linux-gnuc94a424
fix: make Windows AArch64 asm buildable again