fix(deps): update all dependencies #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.0.60
->1.0.72
4.3.4
->4.3.19
1.1.9
->1.1.12
0.4.17
->0.4.19
0.10.54
->0.10.55
0.19.5
->0.19.7
1.0.143
->1.0.176
1.0.97
->1.0.104
0.9.4
->0.9.25
3.6.0
->3.7.0
1.17.0
->1.19.0
1.28.2
->1.29.1
0.1.36
->0.1.37
0.3.15
->0.3.17
2.3.2
->2.3.3
Release Notes
dtolnay/anyhow
v1.0.72
Compare Source
v1.0.71
Compare Source
v1.0.70
Compare Source
v1.0.69
Compare Source
v1.0.68
Compare Source
-Zrustdoc-scrape-examples
on docs.rs for nowv1.0.67
Compare Source
context()
is used on anOption
(#280)v1.0.66
Compare Source
context
call (#279)v1.0.65
Compare Source
impl Provider for anyhow::Error
v1.0.64
Compare Source
#[source] anyhow::Error
with thiserror crate (#231)v1.0.63
Compare Source
v1.0.62
Compare Source
cargo
invocations with IDE builds (#261)v1.0.61
Compare Source
clap-rs/clap
v4.3.19
Compare Source
Fixes
value_terminator
even in the presence of later multiple-value positional argumentsv4.3.18
Compare Source
Fixes
--
in fewer places where it won't workv4.3.17
Compare Source
Fixes
PossibleValue
descriptions in--help
v4.3.16
Compare Source
Fixes
v4.3.15
Compare Source
Features
anstyle
Documentation
v4.3.14
Compare Source
Features
ArgAction::HelpShort
andArgAction::HelpLong
for explicitly specifying which style of help to displayFixes
[OPTIONS]
in usage if a help or versionArgAction
is usedv4.3.13
Compare Source
v4.3.12
Compare Source
Fixes
v4.3.11
Compare Source
Features
num::Wrapping
,Box
, orArc
Box<str>
,Box<OsStr>
, andBox<Path>
v4.3.10
Compare Source
Performance
v4.3.9
Compare Source
Fixes
Command::ignore_errors
no longer masks help/versionv4.3.8
Compare Source
Fixes
infer_long_arg
, rather than arbitrarily picking one, matching the documentation and subcommand's behaviorv4.3.7
Compare Source
Documentation
v4.3.6
Compare Source
Documentation
clio
v4.3.5
Compare Source
ColorChoice::possible_values
is added to simplify things for builder usersFixes
ColorChoice::to_possible_value
no longer includes descriptions, encouraging shorter help where possiblerust-lang/libz-sys
v1.1.12
: - hotfixCompare Source
This hotfix fixes an issue that was introduced with
v1.1.10
that could cause build failures on windows.Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.11...1.1.12
v1.1.11
: - hotfixCompare Source
This release includes a fix for compile errors on some platforms due to
lib
andlib64
folders.Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.10...1.1.11
v1.1.10
Compare Source
What's Changed
flate2
crate by @joshtriplett in https://github.com/rust-lang/libz-sys/pull/121zlib_installed
not using the correct flags by @BlackDex in https://github.com/rust-lang/libz-sys/pull/131cargo-zng
now works on MacOS by @Byron in https://github.com/rust-lang/libz-sys/pull/138vcpkg-rs
with it.New Contributors
Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.9...1.1.10
rust-lang/log
v0.4.19
Compare Source
v0.4.18
Compare Source
set_max_level_racy
and gateset_max_level
by @djkoloski in https://github.com/rust-lang/log/pull/544sfackler/rust-openssl
v0.10.55
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55
amethyst/rlua
v0.19.7
Compare Source
v0.19.6
Compare Source
serde-rs/serde
v1.0.176
Compare Source
v1.0.175
Compare Source
v1.0.174
Compare Source
v1.0.173
Compare Source
bitflags
crate (#2516)v1.0.172
Compare Source
v1.0.171
Compare Source
derive(Deserialize)
on unit structs that have const generics (#2500, thanks @Baptistemontan)v1.0.170
Compare Source
v1.0.169
Compare Source
v1.0.168
Compare Source
serde::de::IgnoredAny
to be the type for aserde(flatten)
field (#2436, thanks @Mingun)v1.0.167
Compare Source
RangeFrom
andRangeTo
(#2471, thanks @tbu-)v1.0.166
Compare Source
no-alloc
category to crates.io metadatav1.0.165
Compare Source
serde(skip_deserializing)
attributes (#2466, thanks @Mingun)-Zminimal-versions
buildv1.0.164
Compare Source
v1.0.163
Compare Source
v1.0.162
Compare Source
Support deserializing flattened adjacently tagged enums from data formats which represent fields as bytes, such as the
csv
crate (#2377, thanks @mfro)v1.0.161
Compare Source
v1.0.160
Compare Source
doc(hidden)
(#2426, thanks @compiler-errors)v1.0.159
Compare Source
v1.0.158
Compare Source
#[serde(crate = $serde_path)]
(#2409)v1.0.157
Compare Source
v1.0.156
Compare Source
v1.0.155
Compare Source
Serialize
andDeserialize
impls forcore::ffi::CStr
andalloc::ffi::CString
without "std" feature (#2374, thanks @safarir)v1.0.154
Compare Source
flatten
and'static
fields (#2383, thanks @Mingun)v1.0.153
Compare Source
serde(alias = "…")
attribute used inside of flattened struct (#2387, thanks @bebecue)v1.0.152
Compare Source
v1.0.151
Compare Source
serde::
{ser
,de
}::StdError
to re-exportcore::error::Error
when serde is built withfeature="std"
off andfeature="unstable"
on (#2344)v1.0.150
Compare Source
Serialize
impl ofHashMap
andBTreeMap
(#2334)Serialize
andDeserialize
impls ofstd::sync::atomic
types on more platforms (#2337, thanks @badboy)v1.0.149
Compare Source
Serialize
impl ofBinaryHeap
,BTreeSet
, andHashSet
(#2333, thanks @jonasbb)v1.0.148
Compare Source
remote
derive for generic types that have private fields (#2327)v1.0.147
Compare Source
serde::de::value::EnumAccessDeserializer
which transforms anEnumAccess
into aDeserializer
(#2305)v1.0.146
Compare Source
v1.0.145
Compare Source
Sized
(#2282, thanks @ChayimFriedman2)v1.0.144
Compare Source
serde-rs/json
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
dtolnay/serde-yaml
v0.9.25
Compare Source
v0.9.24
Compare Source
v0.9.23
Compare Source
v0.9.22
Compare Source
v0.9.21
Compare Source
Tag::new
panic if given empty string, since YAML has no syntax for an empty tagv0.9.20
Compare Source
None
orValue::Null
, in addition to the previously supported empty vector, empty map, and struct with no required fieldsv0.9.19
Compare Source
Display
andsource()
(#359, #360)v0.9.18
Compare Source
v0.9.17
Compare Source
v0.9.16
Compare Source
-Zrustdoc-scrape-examples
on docs.rs for nowv0.9.15
Compare Source
v0.9.14
Compare Source
Deserializer
forTaggedValue
and&TaggedValue
(#339)v0.9.13
Compare Source
True
,TRUE
,False
,FALSE
as booleans,Null
,NULL
as null (#330)v0.9.12
Compare Source
Support deserializing tagged literal scalar into primitive (#327)
v0.9.11
Compare Source
v0.9.10
Compare Source
Display
forNumber
produce the same representation as serializing (#316)v0.9.9
Compare Source
v0.9.8
Compare Source
TaggedValue
when used withto_value
(#313)v0.9.7
Compare Source
v0.9.6
Compare Source
v0.9.5
Compare Source
Display
trait forserde_yaml::value::Tag
(#307, thanks @masinc)Stebalien/tempfile
v3.7.0
Compare Source
BREAKING: This release updates the MSRV to 1.63. This isn't an API-breaking change (so no major
release) but it's still a breaking change for some users.
Keats/tera
v1.19.0
v1.18.1
v1.18.0
abs
filterindent
filterget_json_pointer
in favour ofdotted_pointer
, a faster alternativev1.17.1
Compare Source
get_random
use isize instead of i32 and bad error message.
or quotestokio-rs/tokio
v1.29.1
: Tokio v1.29.1Compare Source
Fixed
block_in_place
with ablock_on
between (#5837)v1.29.0
: Tokio v1.29.0Compare Source
Technically a breaking change, the
Send
implementation is removed fromruntime::EnterGuard
. This change fixes a bug and should not impact most users.Breaking
EnterGuard
should not beSend
(#5766)Fixed
fs::read_dir
(#5653)JoinSet
(#5693)EnterGuard
dropped incorrect order (#5772)File
(#5803)Changed
Added
broadcast::Receiver::blocking_recv
(#5690)raw_arg
method toCommand
(#5704)JoinSet::poll_join_next
(#5721)Unstable
tokio-rs/tracing
v0.1.37
: tracing 0.1.37Compare Source
This release of
tracing
incorporates changes fromtracing-core
v0.1.30 and
tracing-attributes
v0.1.23,including the new
Subscriber::on_register_dispatch
method for performing lateinitialization after a
Subscriber
is registered as aDispatch
, and bugfixesfor the
#[instrument]
attribute. Additionally, it fixes instances of thebare_trait_objects
lint, which is now a warning ontracing
's MSRV and willbecome an error in the next edition.
Fixed
#[instrument]
edfunctions (#2307)
type errors in
#[instrument]
edasync fn
s (#2270)syn
dependency to fix compilation with-Z minimal-versions
(#2246)bare_trait_objects
warning invalueset!
macro expansion (#2308)Added
Subscriber::on_register_dispatch
method (#2269)WeakDispatch
type andDispatch::downgrade()
function (#2293)Changed
tracing-core
: updated to 0.1.30tracing-attributes
: updated to 0.1.23Documented
tracing-web
][tracing-web] and [reqwest-tracing
][reqwest-tracing] to related crates (#2283,#2331)
Thanks to new contributors @compiler-errors, @e-nomem, @WorldSEnder, @Xiami2012,
and @tl-rodrigo-gryzinski, as well as @jswrenn and @CAD97, for contributing to
this release!
BurntSushi/walkdir
v2.3.3
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Renovate Bot.
c01344e875
tof79986001a
f79986001a
to7165b2467f
7165b2467f
to4df55a348c
4df55a348c
tobbe5296199
bbe5296199
tof8a07ed1b2
f8a07ed1b2
toa1312bdcea
a1312bdcea
toa99f745e92
a99f745e92
to0b2a614c49
0b2a614c49
tof762fb0d31
f762fb0d31
toa3684f3928
a3684f3928
to2707b71c48
2707b71c48
to2310807015
2310807015
tofd1864b604
fd1864b604
toc742d7a1a1
c742d7a1a1
to28d9539e7a
28d9539e7a
to3da1312750
3da1312750
to937acd2acd
937acd2acd
toeb6da930fd
eb6da930fd
tod745468cff
d745468cff
to3bc7e0e265
3bc7e0e265
to2a3b787113
2a3b787113
to58dc4991bb
58dc4991bb
to6a2df009da
6a2df009da
to05ec33628f
05ec33628f
toa1035cab66
a1035cab66
to00bb485a44
00bb485a44
to88d6f200d6
88d6f200d6
tofe9e09eadb
fe9e09eadb
to9a6aeedf37
9a6aeedf37
to9fbafe861d
9fbafe861d
to9f2c2c011c
9f2c2c011c
tobccedc14d4
bccedc14d4
to886a324ac6
886a324ac6
to2cd6a600df
2cd6a600df
to388142b3bb
388142b3bb
toc714918213
c714918213
to532e3b9949
532e3b9949
to4061082a37
4061082a37
to375736d4c4
375736d4c4
toe7846cb7e5
e7846cb7e5
to939b83e308
939b83e308
to215f4caa41
215f4caa41
tocfdf51ecaf
cfdf51ecaf
to7fea573ae0
7fea573ae0
tod99708c060
d99708c060
to8bc48f5a8f
8bc48f5a8f
to8685ab5e48
8685ab5e48
to0492726102
0492726102
tod24aa82030
d24aa82030
to99b8f70861
99b8f70861
to9e734dd013
9e734dd013
tofb0291df54
fb0291df54
to12f205eaa1
12f205eaa1
to552a06b9be
552a06b9be
to771d28c6d9
771d28c6d9
to03f16745b3
03f16745b3
toa8d6822eaa
a8d6822eaa
tob65105d9fc
b65105d9fc
to6982a67f3b
6982a67f3b
toaac3d90784
aac3d90784
toddc0f6b9fb
ddc0f6b9fb
toc7614b626b
c7614b626b
to003fcdb487
003fcdb487
toe56a91bb60
e56a91bb60
tod33c91a53d
d33c91a53d
to0073cd7aa7
0073cd7aa7
to38d6b048f5
38d6b048f5
to9cc064416a
9cc064416a
to86bf054fe3
86bf054fe3
toe492f3e057
e492f3e057
to762696ffc7
762696ffc7
to56e73c9492
56e73c9492
toa1e58a38a3
a1e58a38a3
to79b5da1d12
79b5da1d12
tocc2b909301
cc2b909301
tobec4c62b85
bec4c62b85
tocfd9a9ad67
cfd9a9ad67
to0a3266501c
0a3266501c
to82132e7800
82132e7800
toac17cdaeee
ac17cdaeee
to83db7f8a8e
83db7f8a8e
to4935964a8a
4935964a8a
to15f79d6321
15f79d6321
to3e54ebf3b9
Update all dependenciesto fix(deps): update all dependencies3e54ebf3b9
to40c58cd16e
40c58cd16e
to08e30e40f1
08e30e40f1
to49ddbafe96
49ddbafe96
to29a7256f34
29a7256f34
tob60e7c11ab
b60e7c11ab
to5e06281bb2
5e06281bb2
to049d81b613
049d81b613
to400e8591b4
400e8591b4
tod1d80fbf53
d1d80fbf53
to786305413a
786305413a
to8884f2136d
8884f2136d
to7a7c28860f
7a7c28860f
to693cd1996d
693cd1996d
to0a4cac1202
0a4cac1202
to5d81175c87
5d81175c87
toc04081d53d
c04081d53d
toc504216183
c504216183
to21b9854da0
21b9854da0
toa7cf472247
a7cf472247
to23b6d35989
23b6d35989
to766468ff72
766468ff72
to08f72cfb02
08f72cfb02
to569ebd15fa
569ebd15fa
toc8b448a608
c8b448a608
to2026149fa4
2026149fa4
tobc32db2705
bc32db2705
to9515a7bcf1
9515a7bcf1
to638607b683
638607b683
to08af7bc313
08af7bc313
toe9b335a071
e9b335a071
to8e8fc40ae7
8e8fc40ae7
to13f786a3d2
13f786a3d2
tob6e76ddc5b
1d83701436
tob58597e25d