In chrono 0.4.34 we finished the work to make all methods const where doing so is supported by rust 1.61.
We renamed the Duration type to TimeDelta. This removes the confusion between chrono's type and the later Duration type in the standard library. It will remain available under the old name as a type alias for compatibility.
The Windows implementation of Local is rewritten. The new version avoids panics when the date is outside of the range supported by windows (the years 1601 to 30828), and gives more accurate results during DST transitions.
The Display format of TimeDelta is modified to conform better to ISO 8601. Previously it converted all values greater than 24 hours to a value with days. This is not correct, as doing so changes the duration from an 'accurate' to a 'nominal' representation to use ISO 8601 terms.
Fixes
Add missing range check in TimeDelta::milliseconds (#1385, thanks @danwilliams)
Remove check for DurationExceedsTimestamp in DurationRound (#1403, thanks @joroKr21)
Use immutable buffers in SubtleCrypto methods.
#3797
Deprecate wasm_bindgen_test_configure!s run_in_worker in favor of run_in_dedicated_worker.
#3804
Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for GPUPipelineError, and holds back an update to the buffer argument of the GPUQueue.{writeBuffer,writeTexture} methods.
#3816
Depreate --weak-refs and WASM_BINDGEN_WEAKREF in favor of automatic run-time detection.
#3822
Fixed
Fixed UB when freeing strings received from JS if not using the default allocator.
#3808
Fixed temporary folder detection by wasm-bindgen-test-runner on MacOS.
#3817
Fixed using #[wasm_bindgen(js_name = default)] with #[wasm_bindgen(module = ...)].
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all group in /frontend with 12 updates:
0.4.31
0.4.34
0.3.66
0.3.68
1.10.2
1.10.3
1.0.108
1.0.109
1.0.193
1.0.196
0.2.89
0.2.91
0.4.39
0.4.41
1.0.77
1.0.79
0.3.66
0.3.68
0.24.7
0.24.8
0.4.1
0.6.1
1.0.52
1.0.57
Updates
chrono
from 0.4.31 to 0.4.34Release notes
Sourced from chrono's releases.
... (truncated)
Commits
dc19606
Prepare 0.4.3458a2149
AddStrftimeItems::parse_to_owned
59eeb8c
AddStrftimeItems::parse
79de122
Add more documentation toStrftimeItems::new_with_locale
5b7cf85
Add more documentation toStrftimeItems::new
be6af79
MakeDisplay
format ofTimeDelta
conform better to ISO 8601d1cf0e9
Add test for issue 6510ef34e4
Extend test to more distant datesfc67f3e
Remove obsolete testacb693a
Windows: rewrite usingGetTimeZoneInformationForYear
Updates
js-sys
from 0.3.66 to 0.3.68Commits
Updates
regex
from 1.10.2 to 1.10.3Changelog
Sourced from regex's changelog.
Commits
0c09903
1.10.3653bb59
deps: bump regex-automata to 0.4.4e7b5401
regex-automata-0.4.41bc667d
changelog: 1.10.3fbd2537
safety: guard in Input::new against incorrect AsRef implementations027eebd
cargo: set 'default-features = false' for memchr and aho-corasickdc0a9d2
ci: small clean-upsa3d5975
doc: fix link in Index<&str> impl docs4f5992f
doc: tweakCaptures
documentation837fd85
regex-cli-0.2.0Updates
serde_json
from 1.0.108 to 1.0.109Release notes
Sourced from serde_json's releases.
Commits
f88bf1f
Release 1.0.109bb62c73
Merge pull request #1097 from serde-rs/doccfgdf36d10
Restore doc cfg on re-exportsc367091
Merge pull request #1095 from dtolnay/hashtestb328ee7
Eliminate hash closure in favor of calling hash_one directlyb9bcbad
Use BuildHasher::hash_one7ff6c9e
Use random hasher state for number hashing testfe031cd
Delete trace_macros! functionality from test05196ca
Update ui test suite to nightly-2023-11-19Updates
serde
from 1.0.193 to 1.0.196Release notes
Sourced from serde's releases.
Commits
ede9762
Release 1.0.196d438c2d
Merge pull request #2682 from dtolnay/decimalpointbef110b
Format Unexpected::Float with decimal pointb971ef1
Merge pull request #2681 from dtolnay/workspacedeps29d9f69
Fix workspace.dependencies default-features future compat warningaecb408
Sort workspace dependencies1c675ab
Merge pull request #2678 from rodoufu/workspaceDependenciesdd61963
Adding workspace dependencies111803a
Merge pull request #2673 from Sky9x/msrv-badge0024f74
Use shields.io's MSRV badgesUpdates
wasm-bindgen
from 0.2.89 to 0.2.91Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
fe8bc94
Prepare v0.2.91 release (#3829)4b6ef26
Fixed nighly build ofwasm-bindgen-futures
(#3827)22f84e3
readme: build badge for Github actions, not Azure pipeline (#3825)3e469b2
Deprecate--weak-refs
in favor of run-time detection (#3822)1f7942d
Fix#[wasm_bindgen(js_name = default)]
for module imports (#3823)1f019db
Enabled and auto generatedforget()
method forUsbDevice
(#3821)9e699ac
Add deployment note for firstwasm-pack build --target web
example (#3819)305cb25
Fixed temporary folder detection on MacOS (#3817)b104788
chore(webgpu)!: update to latest WebGPU IDL as of 2024-01-30 (#3816)fb518d3
Fix example code in guide (#3813)Updates
wasm-bindgen-futures
from 0.4.39 to 0.4.41Commits
Updates
anyhow
from 1.0.77 to 1.0.79Release notes
Sourced from anyhow's releases.
Commits
71ab53d
Release 1.0.7960705a5
Merge pull request #340 from dtolnay/depinfo17e252b
Include env-dep:RUSTC_BOOTSTRAP in dep-info for sccache04774c0
Merge pull request #338 from dtolnay/nightlyci1fd290c
Make CI verify that error_generic_member_access works in latest nightlyee41470
RUSTC must be set by Cargo for build script38c79ef
Release 1.0.78ded2295
Merge pull request #337 from dtolnay/bootstrapae45b67
Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler2d32366
Update crate name used for build script probeUpdates
web-sys
from 0.3.66 to 0.3.68Commits
Updates
image
from 0.24.7 to 0.24.8Changelog
Sourced from image's changelog.
Commits
69b8ea2
Release 0.24.8 (#2095)e47ab52
Clearer error messages for limit errors (#2094)d55be71
Fix setting GIF limits, implement limits for GIF animations (#2090)96b8cee
Add tests for resource limits (#2085)9979822
Show features in documentation (#2066)1dd2079
FixGifDecoder::with_limits
to raise an error when limits are exceeded (#2083)25b284c
Optimize interpolate_bilinear (#2078)b8749ac
implement From<DynamicImage> for all image types (#2076)7197841
fix wrong implementation of unsharpen filter (#2079)139e809
tiff: Support CMYK images (#2075)Updates
idb
from 0.4.1 to 0.6.1Commits
c8c7605
Add builders (for convenience) for building database (#21)ea37af7
Add way to release memory management of callbacks to JS GC (#20)8d20e87
Unifyidb-sys
andidb
into one crate which are enabled with features (#19)b4c6e00
Change write function signature to immediately trigger write ops and only reg...Updates
thiserror
from 1.0.52 to 1.0.57Release notes
Sourced from thiserror's releases.
Commits
1d106b1
Release 1.0.578a5c4d1
Use write_str when args only consists of trailing commaf790bee
Phrase flag in terms of whether core::fmt machinery is requiredd43b759
Ignore needless_raw_string_hashes pedantic clippy lint in testd09c418
Touch up PR 286097251d
Merge pull request #286 from nyurik/litstrcd79876
optimize by avoiding second fmt.value() calld7e738e
Optimize simple literals for Display::fmt0717de3
Update ui test suite to nightly-2024-02-08c7c7547
Update ui test suite to nightly-2024-01-31Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show