Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | ref(deps): Bump dependency versions |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d02cac6ce0b208b0031e8e7613c62052 |
User & Date: | carlos 2023-09-24 11:19:41 |
Context
2023-10-19
| ||
08:37 | ref(deps): Bump ln-sdk and powpub dependencies check-in: 56e9d9ba16 user: carlos tags: trunk | |
2023-09-24
| ||
11:19 | ref(deps): Bump dependency versions check-in: d02cac6ce0 user: carlos tags: trunk | |
11:10 | ref(doc): Update changelog check-in: 9847cdae9c user: carlos tags: trunk | |
Changes
Changes to Cargo.lock.
︙ | ︙ | |||
639 640 641 642 643 644 645 | [[package]] name = "cookie" version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24" dependencies = [ "percent-encoding", | | | 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 | [[package]] name = "cookie" version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24" dependencies = [ "percent-encoding", "time 0.3.29", "version_check 0.9.4", ] [[package]] name = "core-foundation" version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" |
︙ | ︙ | |||
2738 2739 2740 2741 2742 2743 2744 | dependencies = [ "hermit-abi", "libc", ] [[package]] name = "oak" | | | 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 | dependencies = [ "hermit-abi", "libc", ] [[package]] name = "oak" version = "0.3.9-SNAPSHOT" dependencies = [ "anyhow", "base64 0.20.0", "chrono", "deltachat", "futures-lite", "futures-util", |
︙ | ︙ | |||
3664 3665 3666 3667 3668 3669 3670 | "ref-cast", "rocket_codegen", "rocket_http", "serde", "serde_json", "state", "tempfile", | | | 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 | "ref-cast", "rocket_codegen", "rocket_http", "serde", "serde_json", "state", "tempfile", "time 0.3.29", "tokio", "tokio-stream", "tokio-util", "ubyte", "version_check 0.9.4", "yansi 0.5.1", ] |
︙ | ︙ | |||
3746 3747 3748 3749 3750 3751 3752 | "percent-encoding", "pin-project-lite", "ref-cast", "serde", "smallvec", "stable-pattern", "state", | | | 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 | "percent-encoding", "pin-project-lite", "ref-cast", "serde", "smallvec", "stable-pattern", "state", "time 0.3.29", "tokio", "uncased", ] [[package]] name = "rsa" version = "0.7.2" |
︙ | ︙ | |||
3876 3877 3878 3879 3880 3881 3882 | name = "rustls" version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8" dependencies = [ "log", "ring", | | < < < < < < < < < < | 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 | name = "rustls" version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8" dependencies = [ "log", "ring", "rustls-webpki", "sct", ] [[package]] name = "rustls-pemfile" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" dependencies = [ "base64 0.21.4", ] [[package]] name = "rustls-webpki" version = "0.101.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe" dependencies = [ "ring", |
︙ | ︙ | |||
4143 4144 4145 4146 4147 4148 4149 | "chrono", "hex", "indexmap 1.9.3", "indexmap 2.0.0", "serde", "serde_json", "serde_with_macros", | | | 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 | "chrono", "hex", "indexmap 1.9.3", "indexmap 2.0.0", "serde", "serde_json", "serde_with_macros", "time 0.3.29", ] [[package]] name = "serde_with_macros" version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e6be15c453eb305019bfa438b1593c731f36a289a7853f7707ee29e870b3b3c" |
︙ | ︙ | |||
4679 4680 4681 4682 4683 4684 4685 | "libc", "wasi 0.10.0+wasi-snapshot-preview1", "winapi", ] [[package]] name = "time" | | | | | | | | 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 | "libc", "wasi 0.10.0+wasi-snapshot-preview1", "winapi", ] [[package]] name = "time" version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe" dependencies = [ "deranged", "itoa", "serde", "time-core", "time-macros", ] [[package]] name = "time-core" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20" dependencies = [ "time-core", ] [[package]] name = "tinyvec" version = "1.6.0" |
︙ | ︙ | |||
4830 4831 4832 4833 4834 4835 4836 | "tokio", "tokio-stream", "xattr", ] [[package]] name = "tokio-tungstenite" | | | | | 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 | "tokio", "tokio-stream", "xattr", ] [[package]] name = "tokio-tungstenite" version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ "futures-util", "log", "native-tls", "rustls 0.21.7", "tokio", "tokio-native-tls", "tokio-rustls 0.24.1", "tungstenite", "webpki-roots 0.25.2", ] [[package]] name = "tokio-util" version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" |
︙ | ︙ | |||
5462 5463 5464 5465 5466 5467 5468 | version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" dependencies = [ "webpki", ] | < < < < < < < < < | 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 | version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" dependencies = [ "webpki", ] [[package]] name = "webpki-roots" version = "0.25.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" [[package]] |
︙ | ︙ |
Changes to Cargo.toml.
1 2 | [package] name = "oak" | | | 1 2 3 4 5 6 7 8 9 10 | [package] name = "oak" version = "0.3.9-SNAPSHOT" edition = "2021" license = "0BSD" [dependencies] anyhow = "*" base64 = "0.20.0" chrono = { version = "*", default-features = false } |
︙ | ︙ |