From d982efde4bad0f592667901ebd31f3880f00697f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 06:29:10 +0000 Subject: [PATCH] Bump the all-dependencies group with 4 updates Bumps the all-dependencies group with 4 updates: [core-protobuf-data-access](https://github.com/eclipse-ibeji/ibeji), [samples-protobuf-data-access](https://github.com/eclipse-ibeji/ibeji), [log](https://github.com/rust-lang/log) and [syn](https://github.com/dtolnay/syn). Updates `core-protobuf-data-access` from `74272c4` to `c549818` - [Release notes](https://github.com/eclipse-ibeji/ibeji/releases) - [Commits](https://github.com/eclipse-ibeji/ibeji/compare/74272c40c724b859f63cfe4bcb3d1c884c282192...c549818e406a6a7300323e6f62249681de86a1fc) Updates `samples-protobuf-data-access` from `74272c4` to `c549818` - [Release notes](https://github.com/eclipse-ibeji/ibeji/releases) - [Commits](https://github.com/eclipse-ibeji/ibeji/compare/74272c40c724b859f63cfe4bcb3d1c884c282192...c549818e406a6a7300323e6f62249681de86a1fc) Updates `log` from 0.4.20 to 0.4.21 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21) Updates `syn` from 2.0.50 to 2.0.52 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.50...2.0.52) --- updated-dependencies: - dependency-name: core-protobuf-data-access dependency-type: direct:production dependency-group: all-dependencies - dependency-name: samples-protobuf-data-access dependency-type: direct:production dependency-group: all-dependencies - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a98fa5..0924b28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,7 +328,7 @@ dependencies = [ [[package]] name = "core-protobuf-data-access" version = "0.1.0" -source = "git+https://github.com/eclipse-ibeji/ibeji#74272c40c724b859f63cfe4bcb3d1c884c282192" +source = "git+https://github.com/eclipse-ibeji/ibeji#c549818e406a6a7300323e6f62249681de86a1fc" dependencies = [ "prost", "prost-types", @@ -1002,9 +1002,9 @@ checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" [[package]] name = "log" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "managed-subscribe-data-adapter" @@ -1611,7 +1611,7 @@ dependencies = [ [[package]] name = "samples-protobuf-data-access" version = "1.0.0" -source = "git+https://github.com/eclipse-ibeji/ibeji#74272c40c724b859f63cfe4bcb3d1c884c282192" +source = "git+https://github.com/eclipse-ibeji/ibeji#c549818e406a6a7300323e6f62249681de86a1fc" dependencies = [ "prost", "prost-types", @@ -1717,9 +1717,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.50" +version = "2.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f1bdc9872430ce9b75da68329d1c1746faf50ffac5f19e02b71e37ff881ffb" +checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 6b4a86a..58a8c95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113" strum = "0.26.1" strum_macros = "0.26.1" -syn = { version = "2.0.40", features = ["extra-traits", "full"] } +syn = { version = "2.0.52", features = ["extra-traits", "full"] } time = "0.3.34" tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "time", "sync", "test-util"] } tokio-stream = { version = "0.1.8", features = ["net"] }