Maximilian Bosch
64aa46519c
Update flake & cargo dependencies
...
Needed so that it builds with Rust 1.80 again, currently it fails for me
with
error[E0282]: type annotations needed for `Box<_>`
--> /nix/store/1s1dfkw9b28iy8nbc6mybn2fx6j1cll0-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/time-0.3.34/src/format_description/parse/mod.rs:83:9
|
83 | let items = format_items
| ^^^^^
...
86 | Ok(items.into())
| ---- type must be known at this point
|
help: consider giving `items` an explicit type, where the placeholders `_` are specified
|
83 | let items: Box<_> = format_items
| ++++++++
Checking regex-automata v0.4.6
Checking nb-connect v1.2.0
Checking indicatif v0.17.8
Compiling rand v0.8.5
Checking tempfile v3.10.1
For more information about this error, try `rustc --explain E0282`.
error: could not compile `time` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
2024-08-20 21:05:29 +02:00
FliegendeWurst
643e29dadf
Update dependencies
2024-03-06 12:18:28 +01:00
FliegendeWurst
ee7c3e2e6a
Update dependencies
2024-01-19 13:32:38 +01:00
FliegendeWurst
06075abeaf
Update dependencies
2023-10-18 21:07:15 +02:00
dependabot[bot]
3781681aec
Bump rustix from 0.37.23 to 0.37.25
...
Bumps [rustix](https://github.com/bytecodealliance/rustix ) from 0.37.23 to 0.37.25.
- [Release notes](https://github.com/bytecodealliance/rustix/releases )
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.23...v0.37.25 )
---
updated-dependencies:
- dependency-name: rustix
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 18:48:53 +00:00
dependabot[bot]
0fcb087d25
Bump rustls-webpki from 0.101.1 to 0.101.4
...
Bumps [rustls-webpki](https://github.com/rustls/webpki ) from 0.101.1 to 0.101.4.
- [Release notes](https://github.com/rustls/webpki/releases )
- [Commits](https://github.com/rustls/webpki/compare/v/0.101.1...v/0.101.4 )
---
updated-dependencies:
- dependency-name: rustls-webpki
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-22 18:09:09 +00:00
FliegendeWurst
9a64d0aee5
Version 0.3.7
2023-07-24 08:52:31 +02:00
FliegendeWurst
2d59d2280e
Update dependencies
2023-07-24 08:50:34 +02:00
dependabot[bot]
60360b7e2d
Bump tokio from 1.23.1 to 1.24.2
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.23.1 to 1.24.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/commits )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 00:54:55 +00:00
dependabot[bot]
e98973dd12
Bump tokio from 1.21.2 to 1.23.1
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.21.2 to 1.23.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.2...tokio-1.23.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 21:49:55 +00:00
FliegendeWurst
ff982a5723
Expand individual sessions
2022-12-19 19:13:08 +01:00
FliegendeWurst
1ea88fb193
Version 0.3.6
2022-10-21 09:52:39 +02:00
FliegendeWurst
dbfa3cf3ad
Update dependencies
2022-10-21 09:50:15 +02:00
FliegendeWurst
1eb354865e
Update dependencies
2022-07-11 10:21:51 +02:00
FliegendeWurst
4dfdf35a4c
Version 0.3.4
2022-06-05 17:46:42 +02:00
FliegendeWurst
e2e5f515a0
Fix keyring option on Linux
...
By applying a patch on keyring-rs
2022-06-05 17:41:47 +02:00
FliegendeWurst
fcf5ad10ed
Version 0.3.3
2022-03-21 11:48:19 +01:00
FliegendeWurst
372f9d67d2
Update dependencies
2022-03-21 11:47:01 +01:00
FliegendeWurst
d35308a356
Version 0.3.2
2022-01-21 17:43:54 +01:00
FliegendeWurst
536941dde1
Version 0.3.1
2022-01-07 12:29:34 +01:00
FliegendeWurst
4a97f0a659
Properly extract dashboard items
2022-01-06 16:41:48 +01:00
FliegendeWurst
126f8500e4
Make keyring support non-optional
...
Now that the dbus library isn't needed..
2022-01-06 15:57:50 +01:00
FliegendeWurst
e207eb3f06
Version 0.2.24
2021-11-01 17:46:12 +01:00
FliegendeWurst
1c41c95773
Download/combine multiple video streams ( fix #24 )
2021-11-01 17:36:25 +01:00
FliegendeWurst
7cb8ca65fc
Revert dependency downgrades
2021-10-01 09:16:46 +02:00
lukasprobst
2483ee1906
Add an option to rename course names with a .toml file
2021-09-30 16:58:42 +02:00
FliegendeWurst
1e3a241baf
Update dependencies
2021-07-08 19:42:14 +02:00
FliegendeWurst
ff5bdb8d7a
Version 0.2.23
2021-06-14 16:06:21 +02:00
FliegendeWurst
cfd0e5d082
Update dependencies
2021-06-11 15:21:52 +02:00
FliegendeWurst
f59633fe04
Version 0.2.22
2021-06-02 12:24:40 +02:00
FliegendeWurst
9c9885be78
Switch to upstream keyring crate
2021-06-02 12:06:19 +02:00
FliegendeWurst
e7354e0ad1
Split downloading logic into modules
2021-06-02 11:13:13 +02:00
FliegendeWurst
8ea2cae769
Session re-use
2021-05-30 13:39:40 +02:00
FliegendeWurst
9da1a9d2d7
Update dependencies and license
...
Since rpassword and rprompt are licensed under the Apache 2.0
the combined product has to be GPLv3+, not GPLv2.
2021-05-28 13:21:49 +02:00
FliegendeWurst
ca939393c9
Version 0.2.21
2021-05-18 08:53:35 +02:00
FliegendeWurst
b23192e7bc
Update changelog, CI config and dependencies
2021-05-17 18:22:34 +02:00
FliegendeWurst
20b3b94327
Version 0.2.20
2021-05-13 13:30:05 +02:00
FliegendeWurst
d5037f9ae7
Retry requests on HTTP/2 NO_ERROR
2021-05-13 11:08:35 +02:00
FliegendeWurst
1f9ab6a07c
Version 0.2.19
2021-05-11 18:41:32 +02:00
FliegendeWurst
b0a389157e
indicatif: 0.15 -> 0.16
2021-05-11 09:46:23 +02:00
FliegendeWurst
e88640c9c9
Version 0.2.18
2021-05-07 09:18:29 +02:00
FliegendeWurst
81543b1d39
Version 0.2.17
2021-05-04 10:47:23 +02:00
FliegendeWurst
338c97821b
Various cleanups
2021-04-21 21:38:08 +02:00
FliegendeWurst
e94ce97896
Handle disabled links + save main course page
...
+ misc. cleanups
2021-04-21 21:04:45 +02:00
FliegendeWurst
5c17ec0326
Display a progress bar if possible
...
(experimental)
2021-04-21 20:18:54 +02:00
FliegendeWurst
e397ecf73b
Document more functionality
2021-04-19 10:54:26 +02:00
FliegendeWurst
d087ea0e92
Keyring authentication + username/password options
2021-04-17 15:38:18 +02:00
FliegendeWurst
381df53264
Code style + formatting + logging macros
2021-04-16 13:24:10 +02:00
FliegendeWurst
117730d6ab
Version 0.2.15
2021-04-14 17:07:16 +02:00
Craeckie
af094de705
Added proxy support
2021-04-14 11:55:08 +02:00