Sourced from proc-macro2's releases.
1.0.70
- Add #[track_caller] on
Ident::new
so that panics on invalid input are attributed to the caller (#423)
cd31a69
Release 1.0.704482662
Merge pull request #423
from dtolnay/trackcaller690ab11
Track caller for Ident validation panicsf15383f
Merge pull request #422
from dtolnay/newcheckedea2cd7f
Rename internal Ident::new -> Ident::new_checked8059195
Merge pull request #421
from dtolnay/identunchecked805a6ad
Bypass Ident validation on identifiers created by parserc513462
Merge pull request #420
from dtolnay/newrawbd778e1
Delete Ident::_new_raw0cb3649
Ignore checked_conversions pedantic clippy lintSourced from serde's releases.
v1.0.193
- Fix field names used for the deserialization of
RangeFrom
andRangeTo
(#2653, #2654, #2655, thanks@emilbonnek
)
44613c7
Release 1.0.193c706281
Merge pull request #2655
from dtolnay/rangestartend65d75b8
Add RangeFrom and RangeTo tests332b0cb
Merge pull request #2654
from dtolnay/rangestartend8c4af41
Fix more RangeFrom / RangeEnd mixups24a78f0
Merge pull request #2653
from emilbonnek/fix/range-to-from-de-mixupc91c334
Fix Range{From,To} deserialize mixup2083f43
Update ui test suite to nightly-2023-11-19Sourced from ureq's changelog.
2.9.1
Fixed
- Unbreak feature
http-interop
. This feature is version locked to http crate 0.2- New feature
http-crate
. This feature is for http crate 1.0- New feature
proxy-from-env
to detect proxy settings for global Agent (ureq::get).2.9.0
Fixed
- Broken rustls dep (introduced new function in patch version) (#677)
- Doc and test fixes (#670, #673, #674)
Added
9092222
2.9.17369043
Rename feature http -> http-crate87108e0
Support both http 0.2 and 1.089a69a5
docs: update doc comment on try_proxy_from_env
method to
reflect the `proxy...395218d
feat: add a feature flag "proxy-from-env" to control whether
or not to detect...260213b
2.9.0c83ba95
Update changelog07b8925
Simpler version expression for rustls depc1bc86a
http 1.0916ffbf
Fix missing add_trust_anchors method due to lax rustls versioning00e9e18
Update url 2.5.0 (#885)464b1f7
Fix another overflow in punycode encode_into (#880)912d716
Correct spelling mistake in Position
docs (#875)5f454e2
Added #[must_use] Attributes for Configuration Options (#876)67fc273
Fix search setting for non-special urls with space, query and fragment
(#879)ae8d29e
use checked addition to not panic in debug build (#877)e39c9a2
Fix clippy (#878)Sourced from tracing-subscriber's releases.
tracing-subscriber 0.3.18
This release of
tracing-subscriber
adds support for theNO_COLOR
environment variable (an informal standard to disable emitting ANSI color escape codes) infmt::Layer
, reintroduces support for thechrono
crate, and increases the minimum supported Rust version (MSRV) to Rust 1.63.0.It also introduces several minor API improvements.
Added
- chrono: Add
chrono
implementations ofFormatTime
(#2690)- subscriber: Add support for the
NO_COLOR
environment variable infmt::Layer
(#2647)- fmt: make
format::Writer::new()
public (#2680)- filter: Implement
layer::Filter
forOption<Filter>
(#2407)Changed
- log: bump version of
tracing-log
to 0.2 (#2772)- Increased minimum supported Rust version (MSRV) to 1.63.0+.
#2690: tokio-rs/tracing#2690 #2647: tokio-rs/tracing#2647 #2680: tokio-rs/tracing#2680 #2407: tokio-rs/tracing#2407 #2772: tokio-rs/tracing#2772
Thanks to
@shayne-fletcher
,@dmlary
,@kaifastromai
, and@jsgf
for contributing!
8b7a1dd
chore: prepare tracing-subscriber 0.3.18 release (#2789)befb4de
chore: fix ahash
-caused build breakage (#2792)1dc1e6a
chore: bump ahash
to 0.7.7 (#2794)abb2393
chore: backport CI improvements (#2238)c6abc10
chore: bump MSRV to 1.63 (#2793)4529182
attributes: added missing RecordTypes for instrument (#2781)7b59435
subcriber: update docs for EnvFilter Builder (#2782)119f91a
tracing: removed core imports in macros (#2762)346d6e6
core: fix incorrect (incorrectly updated) docs for LevelFilter (#2767)8cdc9da
appender: remove Sync
bound from writer for
NonBlocking
(#2607)Sourced from codspeed-criterion-compat's releases.
v2.3.3
What's Changed
criterion-compat
- Avoid creating a breaking change while adding generics to
BenchmarkGroup
@art049
in CodSpeedHQ/codspeed-rust#30
cargo-codspeed
- Correct
cargo-codspeed
repository url by@davidhewitt
in CodSpeedHQ/codspeed-rust#28New Contributors
@davidhewitt
made their first contribution in CodSpeedHQ/codspeed-rust#28Full Changelog: https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.3.2...v2.3.3
v2.3.2 (yanked)
What's Changed
- feat(criterion):
BenchmarkGroup
compat withMeasurement
generic param andplot_config
by@sdd
in CodSpeedHQ/codspeed-rust#26New Contributors
@sdd
made their first contribution in CodSpeedHQ/codspeed-rust#26Full Changelog: https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.3.1...v2.3.2
fc75139
Release 2.3.3ca39531
feat(criterion): support explicit lifetime for BenchmarkGroup487fdee
fix(criterion): add a default measurement to the benchmark group
struct68a0039
chore: add codspeed badges in sub readmes6064482
fix: correct repository_url for cratesdc6b1f1
chroe: add the codspeed badge to the readme3af70b5
Release 2.3.2e033746
feat(criterion): BenchmarkGroup
compat with
Measurement
generic param and...Sourced from napi's releases.
@napi-rs/cli
@2
.14.1What's Changed
- [Fix] Quote toml path by
@TheBrenny
in napi-rs/napi-rs#1410- chore(cli): update CI template by
@Brooooooklyn
in napi-rs/napi-rs#1416New Contributors
@TheBrenny
made their first contribution in napi-rs/napi-rs#1410Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.10.4...
@napi-rs/cli
@2.14.1
napi-derive@2.14.1
What's Changed
- fix(napi-derive): async task void output type by
@Brooooooklyn
in napi-rs/napi-rs#1795- fix(napi-derive): async task optional output type by
@Brooooooklyn
in napi-rs/napi-rs#1796Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-sys@2.3.0...napi-derive@2.14.1
napi@2.14.1
What's Changed
- style(napi): clippy fix by
@Brooooooklyn
in napi-rs/napi-rs#1815- fix(napi): cargo doc build by
@Brooooooklyn
in napi-rs/napi-rs#1819- fix(napi): compile error for wasm32-unknown-unknown target by
@Brooooooklyn
in napi-rs/napi-rs#1822Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.14.0...napi@2.14.1
6a4f4f1
chore(release): publishe4ac44e
Release independent packages8a9c42a
fix(napi): compile error for wasm32-unknown-unknown target7dced93
fix(napi): cargo doc build751312c
test: add test file name into error message (#1821)7c3f8b5
fix(napi-derive): compile warning (#1820)8c911b5
chore: upgrade emnapi dependencies (#1817)76dcf83
chore(deps): update dependency emnapi to v0.44.0 (#1805)6df0ca1
chore: 🤖 align wasi template to nodejs demo (#1814)c321071
chore(deps): update dependency @emnapi/runtime
to v0.44.0
(#1804)Sourced from napi-derive's releases.
napi-derive@2.14.2
What's Changed
- fix(napi-derive): compile warning by
@Brooooooklyn
in napi-rs/napi-rs#1820- fix(napi): compile error for wasm32-unknown-unknown target by
@Brooooooklyn
in napi-rs/napi-rs#1822Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@2.14.1...napi-derive@2.14.2
6a4f4f1
chore(release): publishe4ac44e
Release independent packages8a9c42a
fix(napi): compile error for wasm32-unknown-unknown target7dced93
fix(napi): cargo doc build751312c
test: add test file name into error message (#1821)7c3f8b5
fix(napi-derive): compile warning (#1820)8c911b5
chore: upgrade emnapi dependencies (#1817)76dcf83
chore(deps): update dependency emnapi to v0.44.0 (#1805)6df0ca1
chore: 🤖 align wasi template to nodejs demo (#1814)c321071
chore(deps): update dependency @emnapi/runtime
to v0.44.0
(#1804)