From a44f6ee56f371f6c332412399afb53b92b9d52c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:48:58 +0000 Subject: [PATCH] build(deps): bump ceramic-api-server from `1f53cd3` to `1c7f0a4` Bumps [ceramic-api-server](https://github.com/3box/rust-ceramic) from `1f53cd3` to `1c7f0a4`. - [Release notes](https://github.com/3box/rust-ceramic/releases) - [Commits](https://github.com/3box/rust-ceramic/compare/1f53cd39032367c3722eac38d05ee563a72893e8...1c7f0a42e19c1c6495a122aed07076c5d26fa3fc) --- updated-dependencies: - dependency-name: ceramic-api-server dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 106 ++++++++++++++++++++++++++++------------------------- 1 file changed, 56 insertions(+), 50 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d587766..2ef476d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,6 +525,15 @@ dependencies = [ "sha2 0.9.9", ] +[[package]] +name = "bs58" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896" +dependencies = [ + "tinyvec", +] + [[package]] name = "buf_redux" version = "0.8.4" @@ -618,8 +627,8 @@ dependencies = [ [[package]] name = "ceramic-api-server" -version = "0.1.1" -source = "git+https://github.com/3box/rust-ceramic?branch=main#1f53cd39032367c3722eac38d05ee563a72893e8" +version = "0.9.0" +source = "git+https://github.com/3box/rust-ceramic?branch=main#1c7f0a42e19c1c6495a122aed07076c5d26fa3fc" dependencies = [ "async-trait", "chrono", @@ -643,13 +652,13 @@ dependencies = [ [[package]] name = "ceramic-core" -version = "0.6.0" -source = "git+https://github.com/3box/rust-ceramic?branch=main#1f53cd39032367c3722eac38d05ee563a72893e8" +version = "0.9.0" +source = "git+https://github.com/3box/rust-ceramic?branch=main#1c7f0a42e19c1c6495a122aed07076c5d26fa3fc" dependencies = [ "anyhow", "async-trait", "base64 0.21.4", - "cid 0.9.0", + "cid 0.10.1", "did-method-key", "did-pkh", "hex", @@ -669,17 +678,15 @@ dependencies = [ [[package]] name = "ceramic-event" -version = "0.1.0" -source = "git+https://github.com/3box/rust-ceramic?branch=main#1f53cd39032367c3722eac38d05ee563a72893e8" +version = "0.9.0" +source = "git+https://github.com/3box/rust-ceramic?branch=main#1c7f0a42e19c1c6495a122aed07076c5d26fa3fc" dependencies = [ "anyhow", "ceramic-core", - "multibase 0.9.1", - "multihash 0.17.0", + "multihash 0.18.1", "once_cell", "rand 0.8.5", "serde", - "ssi", ] [[package]] @@ -700,8 +707,8 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc-server" -version = "0.1.1" -source = "git+https://github.com/3box/rust-ceramic?branch=main#1f53cd39032367c3722eac38d05ee563a72893e8" +version = "0.9.0" +source = "git+https://github.com/3box/rust-ceramic?branch=main#1c7f0a42e19c1c6495a122aed07076c5d26fa3fc" dependencies = [ "async-trait", "chrono", @@ -785,13 +792,13 @@ dependencies = [ [[package]] name = "cid" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9b68e3193982cd54187d71afdb2a271ad4cf8af157858e9cb911b91321de143" +checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3" dependencies = [ "core2", "multibase 0.9.1", - "multihash 0.17.0", + "multihash 0.18.1", "serde", "serde_bytes", "unsigned-varint", @@ -1312,7 +1319,7 @@ checksum = "074c4ae82880d60a25048cd3bf2e8aaaa881922d7c73fbb9ec29fc67fa0d33e4" dependencies = [ "async-trait", "bech32", - "bs58", + "bs58 0.4.0", "chrono", "iref", "serde", @@ -1901,6 +1908,15 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" +[[package]] +name = "hkdf" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" +dependencies = [ + "hmac", +] + [[package]] name = "hmac" version = "0.12.1" @@ -2803,19 +2819,18 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "libp2p-identity" -version = "0.1.3" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" +checksum = "999ec70441b2fb35355076726a6bc466c932e9bdc66f6a11c6c0aa17c7ab9be0" dependencies = [ - "bs58", + "bs58 0.5.0", "ed25519-dalek", - "log 0.4.20", - "multiaddr", - "multihash 0.17.0", + "hkdf", + "multihash 0.19.1", "quick-protobuf", - "rand 0.8.5", "sha2 0.10.8", "thiserror", + "tracing", "zeroize", ] @@ -2975,25 +2990,6 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7627d8bbeb17edbf1c3f74b21488e4af680040da89713b4217d0010e9cbd97e" -[[package]] -name = "multiaddr" -version = "0.17.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd" -dependencies = [ - "arrayref", - "byteorder", - "data-encoding", - "log 0.4.20", - "multibase 0.9.1", - "multihash 0.17.0", - "percent-encoding 2.3.0", - "serde", - "static_assertions", - "unsigned-varint", - "url", -] - [[package]] name = "multibase" version = "0.8.0" @@ -3037,9 +3033,9 @@ dependencies = [ [[package]] name = "multihash" -version = "0.17.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40" +checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815" dependencies = [ "blake2b_simd 1.0.2", "blake2s_simd", @@ -3054,6 +3050,16 @@ dependencies = [ "unsigned-varint", ] +[[package]] +name = "multihash" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" +dependencies = [ + "core2", + "unsigned-varint", +] + [[package]] name = "multihash-derive" version = "0.8.0" @@ -4604,7 +4610,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da2c479690955bebece0279a5b1ab9d7d584402caed9f56ecec346d0bc63661f" dependencies = [ - "bs58", + "bs58 0.4.0", "ssi-jwk", "thiserror", ] @@ -4632,7 +4638,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c511fdba8466006f4de1086fee5f38fd220eac5eeaf0270dbfde3e9d538030e7" dependencies = [ - "bs58", + "bs58 0.4.0", "digest 0.9.0", "k256 0.13.1", "keccak-hash", @@ -4650,7 +4656,7 @@ checksum = "62e3c375b0fb2129c691e65e776c9105290ade34b56f39755f4f9c40ba98e41c" dependencies = [ "anyhow", "async-trait", - "bs58", + "bs58 0.4.0", "chrono", "derive_builder", "hex", @@ -4697,7 +4703,7 @@ checksum = "b2d7b2b056993e04945eade2b0bbd3049f1bb65cd2fcf661ccb15b615683b384" dependencies = [ "base64 0.12.3", "blake2b_simd 0.5.11", - "bs58", + "bs58 0.4.0", "ed25519-dalek", "getrandom", "k256 0.13.1", @@ -4762,7 +4768,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17cae2987783f69dc6a8634d387eb3f8cfce81eff67b8710971f9c4535023afb" dependencies = [ "async-trait", - "bs58", + "bs58 0.4.0", "chrono", "grdf", "hex", @@ -4810,7 +4816,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe876a9fa30749b1140be05099d969c7a009b6e809d3f5b191536016a7fd480b" dependencies = [ - "bs58", + "bs58 0.4.0", "ed25519-dalek", "ssi-jwk", "ssi-jws",