Conrado Gouvea
|
54537baf34
|
frostd: rename from 'server' (#414)
|
2024-12-27 14:44:15 +00:00 |
dependabot[bot]
|
1b1dada352
|
build(deps): bump thiserror from 2.0.4 to 2.0.9 (#412)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.4 to 2.0.9.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.4...2.0.9)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-26 19:18:15 -03:00 |
dependabot[bot]
|
c1f6168d59
|
build(deps): bump serde from 1.0.215 to 1.0.216 (#405)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.215 to 1.0.216.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-26 19:18:06 -03:00 |
dependabot[bot]
|
9926361dd9
|
build(deps): bump axum-test from 16.4.0 to 16.4.1 (#409)
Bumps [axum-test](https://github.com/JosephLenton/axum-test) from 16.4.0 to 16.4.1.
- [Commits](https://github.com/JosephLenton/axum-test/commits)
---
updated-dependencies:
- dependency-name: axum-test
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-26 19:17:59 -03:00 |
dependabot[bot]
|
bc1f42916a
|
build(deps): bump serde_json from 1.0.133 to 1.0.134 (#413)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.134.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-26 19:17:50 -03:00 |
Conrado Gouvea
|
3385036c50
|
frost-client: support multiple sessions (#399)
|
2024-12-26 18:45:51 -03:00 |
Conrado Gouvea
|
11c4583091
|
frost-client: force encryption when using HTTP (#398)
* frost-client: force encryption when using HTTP
* fix test
* fix new test
|
2024-12-26 18:40:12 -03:00 |
Conrado Gouvea
|
57144eeaad
|
server: improve error handling (#387)
* server: improve error handling
* add test for NOT_COORDINATOR
|
2024-12-26 17:01:35 -03:00 |
Conrado Gouvea
|
f5cb068ed2
|
server: add sessions timeouts (#386)
* server: add sessions timeouts
* clippy fixes
|
2024-12-26 16:57:43 -03:00 |
Conrado Gouvea
|
5e860be303
|
add HTTPS support to the server (#402)
|
2024-12-26 16:44:49 -03:00 |
Conrado Gouvea
|
2a07585b85
|
server: remove username and password support (#383)
* remove username and password support
* remove sqlx dependency
|
2024-12-26 16:42:12 -03:00 |
Conrado Gouvea
|
fe7ea0a27d
|
server: support private key authentication (#381)
* server: support private key authentication
* use PublicKey for all instances in types.rs
|
2024-12-18 23:17:57 +00:00 |
dependabot[bot]
|
9fd22c93e5
|
build(deps): bump clap from 4.5.21 to 4.5.23 (#396)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.21 to 4.5.23.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.21...clap_complete-v4.5.23)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-09 14:22:28 -03:00 |
dependabot[bot]
|
b5abaaf04b
|
build(deps): bump thiserror from 2.0.3 to 2.0.4 (#393)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.3...2.0.4)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-09 14:19:53 -03:00 |
dependabot[bot]
|
07077f71db
|
build(deps): bump tokio from 1.41.1 to 1.42.0 (#392)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.0)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-09 14:19:45 -03:00 |
dependabot[bot]
|
13fe22d558
|
build(deps): bump postcard from 1.0.10 to 1.1.1 (#389)
Bumps [postcard](https://github.com/jamesmunns/postcard) from 1.0.10 to 1.1.1.
- [Release notes](https://github.com/jamesmunns/postcard/releases)
- [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jamesmunns/postcard/compare/v1.0.10...postcard/v1.1.1)
---
updated-dependencies:
- dependency-name: postcard
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-09 14:18:12 -03:00 |
dependabot[bot]
|
6d662b956d
|
build(deps): bump axum-extra from 0.9.4 to 0.9.6 (#382)
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.9.4 to 0.9.6.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/compare/axum-extra-v0.9.4...axum-extra-v0.9.6)
---
updated-dependencies:
- dependency-name: axum-extra
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-09 14:16:32 -03:00 |
dependabot[bot]
|
5bf004d71f
|
build(deps): bump tracing-subscriber from 0.3.18 to 0.3.19 (#388)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.18 to 0.3.19.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.18...tracing-subscriber-0.3.19)
---
updated-dependencies:
- dependency-name: tracing-subscriber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-09 14:15:16 -03:00 |
dependabot[bot]
|
a6a4e9979c
|
build(deps): bump clap from 4.5.20 to 4.5.21 (#371)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.20 to 4.5.21.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.20...clap_complete-v4.5.21)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-22 10:55:23 -03:00 |
dependabot[bot]
|
49a678fff7
|
build(deps): bump tempfile from 3.13.0 to 3.14.0 (#369)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.13.0 to 3.14.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.13.0...v3.14.0)
---
updated-dependencies:
- dependency-name: tempfile
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-22 10:55:14 -03:00 |
dependabot[bot]
|
e83fd5afe0
|
build(deps): bump axum-test from 16.3.0 to 16.4.0 (#364)
Bumps [axum-test](https://github.com/JosephLenton/axum-test) from 16.3.0 to 16.4.0.
- [Commits](https://github.com/JosephLenton/axum-test/commits)
---
updated-dependencies:
- dependency-name: axum-test
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-22 10:55:04 -03:00 |
dependabot[bot]
|
0fbb40b625
|
build(deps): bump reqwest from 0.12.8 to 0.12.9 (#370)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.8 to 0.12.9.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.8...v0.12.9)
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-22 10:41:35 -03:00 |
dependabot[bot]
|
d2e1efcba4
|
build(deps): bump tower-http from 0.5.2 to 0.6.2 (#368)
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.6.2.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.5.2...tower-http-0.6.2)
---
updated-dependencies:
- dependency-name: tower-http
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-22 10:39:42 -03:00 |
dependabot[bot]
|
ee164e237b
|
build(deps): bump frost-ed25519 from 2.0.0-rc.0 to 2.0.0 (#366)
Bumps [frost-ed25519](https://github.com/ZcashFoundation/frost) from 2.0.0-rc.0 to 2.0.0.
- [Release notes](https://github.com/ZcashFoundation/frost/releases)
- [Commits](https://github.com/ZcashFoundation/frost/compare/frost-ed25519/v2.0.0-rc.0...frost-ed25519/v2.0.0)
---
updated-dependencies:
- dependency-name: frost-ed25519
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-22 10:38:11 -03:00 |
dependabot[bot]
|
2dcb4f1fd0
|
build(deps): bump axum from 0.7.7 to 0.7.9 (#365)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.7 to 0.7.9.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.7.7...axum-v0.7.9)
---
updated-dependencies:
- dependency-name: axum
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-22 10:37:32 -03:00 |
Conrado Gouvea
|
36772857ca
|
frost-client: add encryption and authentication (#336)
|
2024-11-20 15:11:47 +00:00 |
dependabot[bot]
|
316a84fd47
|
Bump frost-core from 2.0.0-rc.0 to 2.0.0 (#346)
Bumps [frost-core](https://github.com/ZcashFoundation/frost) from 2.0.0-rc.0 to 2.0.0.
- [Release notes](https://github.com/ZcashFoundation/frost/releases)
- [Commits](https://github.com/ZcashFoundation/frost/compare/frost-core/v2.0.0-rc.0...frost-core/v2.0.0)
---
updated-dependencies:
- dependency-name: frost-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-19 18:06:14 -03:00 |
dependabot[bot]
|
9849d3eff2
|
Bump axum-test from 15.3.0 to 16.3.0 (#362)
Bumps [axum-test](https://github.com/JosephLenton/axum-test) from 15.3.0 to 16.3.0.
- [Commits](https://github.com/JosephLenton/axum-test/commits)
---
updated-dependencies:
- dependency-name: axum-test
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-19 18:05:52 -03:00 |
dependabot[bot]
|
65ed66f311
|
Bump serde_json from 1.0.128 to 1.0.133 (#361)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to 1.0.133.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.128...v1.0.133)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-19 18:05:18 -03:00 |
dependabot[bot]
|
9174c40126
|
Bump axum-extra from 0.9.3 to 0.9.6 (#360)
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.9.3 to 0.9.6.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/compare/axum-extra-v0.9.3...axum-extra-v0.9.6)
---
updated-dependencies:
- dependency-name: axum-extra
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-19 18:04:20 -03:00 |
dependabot[bot]
|
30cd505d04
|
Bump serde from 1.0.210 to 1.0.215 (#356)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.210 to 1.0.215.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.215)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-19 18:04:12 -03:00 |
dependabot[bot]
|
71b2fea4a2
|
Bump thiserror from 1.0.64 to 2.0.3 (#355)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 2.0.3.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.64...2.0.3)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-19 18:01:11 -03:00 |
dependabot[bot]
|
81a6624f32
|
Bump tokio from 1.40.0 to 1.41.1 (#353)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.1)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-19 18:00:51 -03:00 |
dependabot[bot]
|
658e48a5f1
|
Bump regex from 1.11.0 to 1.11.1 (#348)
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.11.0...1.11.1)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-19 18:00:31 -03:00 |
dependabot[bot]
|
33d2b8f4ae
|
Bump uuid from 1.10.0 to 1.11.0 (#338)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.10.0...1.11.0)
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-19 18:00:08 -03:00 |
dependabot[bot]
|
cc37aabbdf
|
Bump axum from 0.7.5 to 0.7.7 (#323)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.5 to 0.7.7.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.7.5...axum-v0.7.7)
---
updated-dependencies:
- dependency-name: axum
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-19 13:59:45 -03:00 |
Conrado Gouvea
|
3338161fc1
|
add frost-client {coordinator,participant} (#328)
|
2024-10-24 10:36:20 -03:00 |
dependabot[bot]
|
a019117789
|
Bump clap from 4.5.19 to 4.5.20
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.19 to 4.5.20.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.19...clap_complete-v4.5.20)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-15 11:32:47 +01:00 |
dependabot[bot]
|
53151c7c7f
|
Bump reqwest from 0.12.7 to 0.12.8
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.8.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8)
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-15 11:24:50 +01:00 |
dependabot[bot]
|
b5fc2bd402
|
Bump regex from 1.10.6 to 1.11.0
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.10.6...1.11.0)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-14 10:23:25 +01:00 |
dependabot[bot]
|
c61c8de1d0
|
Bump thiserror from 1.0.63 to 1.0.64
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.64)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-08 10:00:49 +01:00 |
dependabot[bot]
|
0c876f7cbd
|
Bump clap from 4.5.18 to 4.5.19
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.18 to 4.5.19.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.18...clap_complete-v4.5.19)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-08 09:55:20 +01:00 |
dependabot[bot]
|
744900a2c2
|
Bump tempfile from 3.12.0 to 3.13.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.12.0 to 3.13.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.12.0...v3.13.0)
---
updated-dependencies:
- dependency-name: tempfile
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-08 09:53:48 +01:00 |
Conrado Gouvea
|
52972f7101
|
add frost-client {init,login,export,import,contacts} (#308)
* add frost-client {init,login,export,import,contacts}
* update main README.md, add one to frost-client
* address review comments
* remove unneeded code
* add frost-client trusted-dealer
* also write contacts to configs; move URL from Participant to Group; add 'groups'
* some missing stuff
|
2024-10-02 10:34:55 -03:00 |
dependabot[bot]
|
359a26ff1d
|
Bump axum-macros from 0.4.1 to 0.4.2 (#316)
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/compare/axum-macros-v0.4.1...axum-macros-v0.4.2)
---
updated-dependencies:
- dependency-name: axum-macros
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-25 16:26:32 -03:00 |
dependabot[bot]
|
42795f360a
|
Bump serde_json from 1.0.124 to 1.0.128 (#302)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.124 to 1.0.128.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.124...1.0.128)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-25 16:26:07 -03:00 |
dependabot[bot]
|
4afc0dcf81
|
Bump serde from 1.0.207 to 1.0.210 (#304)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.207 to 1.0.210.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.207...v1.0.210)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-25 16:25:50 -03:00 |
dependabot[bot]
|
204e7ed260
|
Bump clap from 4.5.15 to 4.5.18 (#315)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.15 to 4.5.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.15...clap_complete-v4.5.18)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-25 14:12:58 -03:00 |
dependabot[bot]
|
8005292abd
|
Bump async-trait from 0.1.81 to 0.1.83 (#317)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.81 to 0.1.83.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.81...0.1.83)
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-25 14:12:45 -03:00 |
dependabot[bot]
|
29f0f20186
|
Bump sqlx from 0.8.0 to 0.8.2 (#301)
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.8.0 to 0.8.2.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/compare/v0.8.0...v0.8.2)
---
updated-dependencies:
- dependency-name: sqlx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-25 14:10:19 -03:00 |