-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the cargo-deps group across 1 directory with 25 updates #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/cargo-deps-62771f5a45
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the cargo-deps group with 24 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bucket-common-types](https://github.com/Tim-Leon/bucket-common-types) | ``5ee25d3`` | ``332a12c`` | | [zxcvbn](https://github.com/shssoichiro/zxcvbn-rs) | `2.2.2` | `3.0.1` | | [uuid](https://github.com/uuid-rs/uuid) | `1.7.0` | `1.8.0` | | [url](https://github.com/servo/rust-url) | `2.5.0` | `2.5.2` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.58` | `1.0.61` | | [bitflags](https://github.com/bitflags/bitflags) | `2.4.2` | `2.5.0` | | [highway](https://github.com/nickbabcock/highway-rs) | `1.1.0` | `1.2.0` | | [prost](https://github.com/tokio-rs/prost) | `0.12.3` | `0.12.6` | | [prost-types](https://github.com/tokio-rs/prost) | `0.12.3` | `0.12.6` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.81` | `1.0.86` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.22.0` | `0.22.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.203` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.15.0` | `1.16.1` | | [zeroize](https://github.com/RustCrypto/utils) | `1.7.0` | `1.8.1` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.77` | `0.1.80` | | [cookie](https://github.com/SergioBenitez/cookie-rs) | `0.18.0` | `0.18.1` | | [rust_decimal](https://github.com/paupino/rust-decimal) | `1.34.3` | `1.35.0` | | [jsonwebtoken](https://github.com/Keats/jsonwebtoken) | `9.2.0` | `9.3.0` | | [brotli](https://github.com/dropbox/rust-brotli) | `3.4.0` | `6.0.0` | | [time](https://github.com/time-rs/time) | `0.3.34` | `0.3.36` | | [infer](https://github.com/bojand/infer) | `0.15.0` | `0.16.0` | | [dash-mpd](https://github.com/emarsden/dash-mpd-rs) | `0.15.0` | `0.16.1` | | [serial_test](https://github.com/palfrey/serial_test) | `3.0.0` | `3.1.1` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.90` | `1.0.96` | Updates `bucket-common-types` from `5ee25d3` to `332a12c` - [Commits](Tim-Leon/bucket-common-types@5ee25d3...332a12c) Updates `zxcvbn` from 2.2.2 to 3.0.1 - [Changelog](https://github.com/shssoichiro/zxcvbn-rs/blob/master/CHANGELOG.md) - [Commits](shssoichiro/zxcvbn-rs@v2.2.2...v3.0.1) Updates `uuid` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.7.0...1.8.0) Updates `url` from 2.5.0 to 2.5.2 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.0...v2.5.2) Updates `thiserror` from 1.0.58 to 1.0.61 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.58...1.0.61) Updates `bitflags` from 2.4.2 to 2.5.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.4.2...2.5.0) Updates `highway` from 1.1.0 to 1.2.0 - [Changelog](https://github.com/nickbabcock/highway-rs/blob/master/CHANGELOG.md) - [Commits](nickbabcock/highway-rs@v1.1.0...v1.2.0) Updates `prost` from 0.12.3 to 0.12.6 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.12.3...v0.12.6) Updates `prost-types` from 0.12.3 to 0.12.6 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.12.3...v0.12.6) Updates `anyhow` from 1.0.81 to 1.0.86 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.81...1.0.86) Updates `base64` from 0.22.0 to 0.22.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.0...v0.22.1) Updates `serde` from 1.0.197 to 1.0.203 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.197...v1.0.203) Updates `bytemuck` from 1.15.0 to 1.16.1 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.15.0...v1.16.1) Updates `zeroize` from 1.7.0 to 1.8.1 - [Commits](RustCrypto/utils@zeroize-v1.7.0...zeroize-v1.8.1) Updates `async-trait` from 0.1.77 to 0.1.80 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.77...0.1.80) Updates `cookie` from 0.18.0 to 0.18.1 - [Changelog](https://github.com/rwf2/cookie-rs/blob/master/CHANGELOG.md) - [Commits](rwf2/cookie-rs@0.18.0...0.18.1) Updates `rust_decimal` from 1.34.3 to 1.35.0 - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md) - [Commits](paupino/rust-decimal@1.34.3...1.35.0) Updates `jsonwebtoken` from 9.2.0 to 9.3.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.2.0...v9.3.0) Updates `brotli` from 3.4.0 to 6.0.0 - [Release notes](https://github.com/dropbox/rust-brotli/releases) - [Commits](dropbox/rust-brotli@3.4.0...6.0.0) Updates `time` from 0.3.34 to 0.3.36 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.34...v0.3.36) Updates `infer` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/bojand/infer/releases) - [Commits](bojand/infer@v0.15.0...v0.16.0) Updates `dash-mpd` from 0.15.0 to 0.16.1 - [Changelog](https://github.com/emarsden/dash-mpd-rs/blob/main/CHANGELOG.md) - [Commits](emarsden/dash-mpd-rs@v0.15.0...v0.16.1) Updates `tokio` from 1.36.0 to 1.38.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.38.0) Updates `serial_test` from 3.0.0 to 3.1.1 - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.0.0...v3.1.1) Updates `trybuild` from 1.0.90 to 1.0.96 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.90...1.0.96) --- updated-dependencies: - dependency-name: bucket-common-types dependency-type: direct:production dependency-group: cargo-deps - dependency-name: zxcvbn dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: highway dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: prost-types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: zeroize dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: cookie dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: rust_decimal dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: jsonwebtoken dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: brotli dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: infer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: dash-mpd dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: serial_test dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the cargo-deps group with 24 updates in the / directory:
5ee25d3
332a12c
2.2.2
3.0.1
1.7.0
1.8.0
2.5.0
2.5.2
1.0.58
1.0.61
2.4.2
2.5.0
1.1.0
1.2.0
0.12.3
0.12.6
0.12.3
0.12.6
1.0.81
1.0.86
0.22.0
0.22.1
1.0.197
1.0.203
1.15.0
1.16.1
1.7.0
1.8.1
0.1.77
0.1.80
0.18.0
0.18.1
1.34.3
1.35.0
9.2.0
9.3.0
3.4.0
6.0.0
0.3.34
0.3.36
0.15.0
0.16.0
0.15.0
0.16.1
3.0.0
3.1.1
1.0.90
1.0.96
Updates
bucket-common-types
from5ee25d3
to332a12c
Commits
332a12c
Update560f06d
Update7911443
Update92a030c
Updatee2dbf0f
update8e9a163
update999eb75
update68ba2de
update282ee4a
update9674cda
updateUpdates
zxcvbn
from 2.2.2 to 3.0.1Changelog
Sourced from zxcvbn's changelog.
... (truncated)
Commits
20a8548
Version 3.0.1a9cf880
Expose Score enum (#81)f9cb6b2
Version 3.0.0e361e3d
Change feedback to return Option<&Feedback> (#73)14db0eb
Use enum for score3b81dce
Make zxcvbn infallibleUpdates
uuid
from 1.7.0 to 1.8.0Release notes
Sourced from uuid's releases.
Commits
0f2aaae
Merge pull request #747 from uuid-rs/cargo/1.8.001d16c3
prepare for 1.8.0 releasee4746bc
Merge pull request #745 from uuid-rs/ci/outdatedd0396ad
Merge pull request #746 from uuid-rs/chore/draft-link9415ed4
Merge pull request #743 from koshell/main951e8e3
Merge pull request #738 from rerun-io/emilk/wasm-bindgen-only-on-web101aa84
add v6 to v8 draft link to README84dcbba
run outdated on a scheduleca952b1
add a workflow for running cargo outdatedabe995a
Make the toml longer, more complicated, and functionalUpdates
url
from 2.5.0 to 2.5.2Commits
54346fa
Revert "Reimplement idna on top of ICU4X" (#946)dcfbed3
Update idna to 1.0.1 (#945)467ef63
fix panic onxn--55555577
(#940)3d6dbbb
Reimplement idna on top of ICU4X (#923)de947ab
Document possible replacements of the base URL (#926)8b8431b
docs: document SyntaxViolation variants, remove bare URLs (#924)fd042e0
Non-special URLs can have their paths erased (#921)49eea1c
Fix multiple issues on wasm32: (#886)a4dd58b
Fix lint (#920)73803fa
Update URLs (#916)Updates
thiserror
from 1.0.58 to 1.0.61Release notes
Sourced from thiserror's releases.
Commits
5c80163
Release 1.0.61e3b1b91
Format PR 299 with rustfmt6b2b871
Merge pull request #299 from quartiq/corece974bc
also {std -> core}::panic::UnwindSafe7b6e35b
use core::fmt instead of std::fmt870d11b
Release 1.0.600ccee7c
Merge pull request #298 from dtolnay/checkcfgcf43d0c
Resolve unexpected_cfgs warninge7ad85e
Release 1.0.59af477ec
Merge pull request #297 from dtolnay/traitidentUpdates
bitflags
from 2.4.2 to 2.5.0Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
e5ff0ca
Merge pull request #401 from KodrAus/cargo/2.5.04b51e1d
prepare for 2.5.0 release6965e84
Merge pull request #400 from KodrAus/feat/parser-modes6eaed0b
support truncating or strict-named variants of parsing and formattinge2c8409
Merge pull request #398 from tgross35/patch-173dc066
DeriveDebug
forFlag\<B>
Updates
highway
from 1.1.0 to 1.2.0Changelog
Sourced from highway's changelog.
Commits
fd36b1e
Release 1.2.021d0236
Update changelog to latest2c52ba1
Merge pull request #85 from nickbabcock/benchd12061a
Update benchmarks to latest6a60349
Clippy pedantic formattingb716913
Merge pull request #84 from nickbabcock/wasm-safea238883
Remove unsafe from wasm SIMD implementation0e9c2c2
Merge pull request #83 from nickbabcock/actionse7b4fa1
Update to non-deprecated github actions6bfad17
Merge pull request #82 from nickbabcock/highway-debugUpdates
prost
from 0.12.3 to 0.12.6Commits
d42c85e
chore: fix prost release script (#1066)d43f7e0
chore: Release version 0.12.6 (#1065)4b11315
fix(prost-build): re-exporterror_message_protoc_not_found
, `protoc_from_en...26405ab
fix: Duplicate README to fix release (#1052)548739a
chore: Release version 0.12.5 (#1050)baddf98
fix: include_file should handle proto without package (#1002)1f38ea6
prost-build:CodeGenerator::boxed
method (#1019)2308ba4
fix the link and badge for CI (#1049)71b8e8e
tests: Remove unused dependencies (#1043)680a2e1
style(prost-build): Consolidate field data into struct (#1017)Updates
prost-types
from 0.12.3 to 0.12.6Commits
d42c85e
chore: fix prost release script (#1066)d43f7e0
chore: Release version 0.12.6 (#1065)4b11315
fix(prost-build): re-exporterror_message_protoc_not_found
, `protoc_from_en...26405ab
fix: Duplicate README to fix release (#1052)548739a
chore: Release version 0.12.5 (#1050)baddf98
fix: include_file should handle proto without package (#1002)1f38ea6
prost-build:CodeGenerator::boxed
method (#1019)2308ba4
fix the link and badge for CI (#1049)71b8e8e
tests: Remove unused dependencies (#1043)680a2e1
style(prost-build): Consolidate field data into struct (#1017)Updates
anyhow
from 1.0.81 to 1.0.86Release notes
Sourced from anyhow's releases.
Commits
8ea1819
Release 1.0.860a1b405
Merge pull request #373 from dtolnay/minusnege0c74f2
Ensure $:literal never matches negative literal013c66e
Fix parse error with non-literal after minus signca7aff7
Add binary operator ensure tests2737bbe
Release 1.0.8582b8b34
Merge pull request #371 from dtolnay/splitad78d70
Preserve more token spans in expression parser5cce406
Parse comparison operators before other binary operators7205394
Merge pull request #369 from dtolnay/tokensplitUpdates
base64
from 0.22.0 to 0.22.1Changelog
Sourced from base64's changelog.
Commits
e144006
v0.22.164cca59
Merge pull request #271 from JobanSD/patch-1838355e
Correct BinHex 4.0 alphabet according to specificationsbf15ccf
Merge pull request #270 from marshallpierce/mp/clippyfc6aabe
Appease clippy9a518a2
Merge pull request #267 from bdura/patch-1d96c80f
Merge branch 'marshallpierce:master' into patch-1e8e4a22
docs: fix trailing ``` in mod.rs exampleUpdates
serde
from 1.0.197 to 1.0.203Release notes
Sourced from serde's releases.
Commits
d5bc546
Release 1.0.20345ae217
Merge pull request #2747 from dtolnay/variadicb7b97dd
Unindent implementation inside tuple_impl_body macro5d3c563
Document tuple impls as fake variadic3761854
Merge pull request #2745 from dtolnay/docsrsa8f1484
Rely on docs.rs to define --cfg=docsrs by default9e32a40
Release 1.0.20287f635e
Release serde_derive_internals 0.29.1d4b2dfb
Merge pull request #2743 from dtolnay/renameallrulesf6ab0bc
Provide public access to RenameAllRules in serde_derive_internalsUpdates
bytemuck
from 1.15.0 to 1.16.1Changelog
Sourced from bytemuck's changelog.
Commits
02ffd53
chore: Release bytemuck version 1.16.1e0364d2
update changelog9b81537
SupportZeroable
andPod
forf16
andf128
(#251)d15b8e0
stupid branch stuff. (#248)c954006
Fix the errors CI is showing (#247)a630404
support deriving Zeroable for fieldless enums (#233)9a27279
Allow generics inderive(ByteEq, ByteHash)
. (#219)1c37514
fix clippy lints (#137)f9f7bb1
Addressunexpected_cfgs
warnings instead of allowing the lint (#243)89885d1
chore: Release bytemuck_derive version 1.6.1Updates
zeroize
from 1.7.0 to 1.8.1Commits
7050a84
zeroize v1.8.1 (#1075)4b7b782
zeroize: movezeroize_derive
to toplevel (#1074)6b341bb
zeroize: feature-gate AVX-512 undersimd
; MSRV 1.60 (#1073)f46a147
zeroize: note v1.8.0 was yanked in CHANGELOG.md (#1071)a7eddc6
zeroize: fix unnecessary qualifications (#1072)9bbfb49
zeroize 1.8.0 (#1065)c0eab7f
cpufeatures: fix macOS build (#1066)6d383a5
zeroize: always enable AArch64 support (#1064)24decb9
zeroize: usedoc_auto_cfg
(#1063)cd3a147
build(deps): bump prettyplease from 0.2.16 to 0.2.19 (#1061)Updates
async-trait
from 0.1.77 to 0.1.80Release notes
Sourced from async-trait's releases.
Commits
d528b5a
Release 0.1.8010b5c99
Drop support for compilers older than 1.4783a5422
Drop support for compilers older than 1.4522d017e
Build script no longer looks at $DOCS_RSb64d041
Move never_type test under issue266b683da8
Merge pull request #265 from de-vri-es/fix-unreachable-code-warningc8d958d
Fix unreachable code warning for functions that return!
4f0b72e
Explicitly install a Rust toolchain for cargo-outdated job1eb21ed
Release 0.1.7982cb95c
Resolve unused field of ReplaceSelf syntax tree visitorUpdates
cookie
from 0.18.0 to 0.18.1Changelog
Sourced from cookie's changelog.
Commits
ba46fc5
New version: 0.18.1.cf37d0a
Add 'CookieBuilder::removal()'.273e397
Add support for CHIPS 'partitioned' attribute.Updates
rust_decimal
from 1.34.3 to 1.35.0Release notes
Sourced from rust_decimal's releases.
Changelog
Sourced from rust_decimal's changelog.
Commits
f0abf16
Version 1.35.0 (#654)0377650
Fixes issue with overflow for Postgres (#653)3360143
Remove feature-guarded dependencies on 'postgres' and 'tokio_postgres' (#651)Updates
jsonwebtoken
from 9.2.0 to 9.3.0Changelog
Sourced from jsonwebtoken's changelog.
Commits
5162702
v9.3.029674b6
Add support for the reject_tokens_expiring_in_less_than option. (#370)aa5266d
Refactor auth0 example (#367)193eb8d
Fix typo in jwk.rs (#353)95cfdfb
Set expected audience to validation in auth0 example (#349)5ae24bb
Forgot something in changelogUpdates
brotli
from 3.4.0 to 6.0.0Commits
8e0b2a8
fix CIbf3db20
Minor hq.rs cleanup10083bf
Cleanup BlockSplitIteratorf53535a
Remove dead coded1f356c
Remove unused corrosion codef8f5840
Refactor encode::set_parameterf1dad22
Use properself
for Command and related2c601f4
Release 5.0.0 with ffi-api disabled by default to avoid ODR issues6c4cd18
Make hex numbers more readable2ff7b21
Use proper self for BrotliEncoderStateStructUpdates
time
from 0.3.34 to 0.3.36Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
3c3c546
pub use
instead ofpub type
re-exporting266178d
Update code coverage CI131049e
v0.3.35 release9c15ee3
Permit leap seconds when parsing ISO 8601d279d8d
Fix invalid offset hour diagnostic testf04a28f
Eliminate unreachable branch06a096d
RenameFormatItem
toBorrowedFormatItem
fd664ee
Include diagnostics regressionb8d09a7
Address nightly lints330865a
Update deny.tomlUpdates
infer
from 0.15.0 to 0.16.0Release notes
Sourced from infer's releases.
Commits
66c1890
build: update crate version1006136
Merge pull request #94 from rramphal/feat/djvuaa9a9d1
feat: add support for DjVu image formatUpdates
dash-mpd
from 0.15.0 to 0.16.1Changelog
Sourced from dash-mpd's changelog.
Commits
ad85e90
Prepare for v0.16.1 releasebe1e58d
Retry failing network requests0ab84c3
CI: apparently macos-13 host not yet working for non-paying users928d362
Update anyhow crate5dad8c2
Merge pull request #62 from emarsden/dependabot/cargo/ffprobe-0.4.0513e424
Update ffprobe requirement from 0.3.3 to 0.4.0