Skip to content

Commit

Permalink
Merge pull request #1211 from vitvakatu/update-rust-deps-041119
Browse files Browse the repository at this point in the history
Update deps [dependabot]
  • Loading branch information
dmitry-timofeev committed Nov 5, 2019
2 parents f6f4861 + 7b9d787 commit d61ddae
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 126 deletions.
2 changes: 1 addition & 1 deletion exonum-java-binding/benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ THE POSSIBILITY OF SUCH DAMAGE.

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jmh.version>1.21</jmh.version>
<jmh.version>1.22</jmh.version>
<!--
Name of the benchmark Uber-JAR to generate.
-->
Expand Down
246 changes: 129 additions & 117 deletions exonum-java-binding/core/rust/Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions exonum-java-binding/core/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ exonum = { version = "0.12", features = ["rocksdb_snappy", "rocksdb_lz4", "rocks
exonum-time = "0.12"
exonum-testkit = "0.12"
chrono = "0.4.9"
failure = "0.1.1"
failure = "0.1.6"
toml = "0.5"
jni = { version = "0.13.1", features = ["invocation"] }
jni = { version = "0.14.0", features = ["invocation"] }
lazy_static = "1.3.0"
log = "0.4.8"
parking_lot = "0.6"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0.40"
serde_json = "1.0.41"

[dev-dependencies]
tempfile = "3"
Expand Down
2 changes: 1 addition & 1 deletion exonum-java-binding/core/rust/exonum-java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ java_bindings = { path = "..", features = ["invocation", "resource-manager"] }
exonum-configuration = "0.12"
exonum-btc-anchoring = "0.12"
exonum-time = "0.12"
env_logger = "0.7.0"
env_logger = "0.7.1"
log = "0.4"
toml = "0.5"
serde = "1.0"
Expand Down
6 changes: 3 additions & 3 deletions exonum-java-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,12 +386,12 @@

<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
</plugin>

<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -438,7 +438,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@

<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>package-service-artifact</id>
Expand Down
2 changes: 1 addition & 1 deletion exonum-light-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit d61ddae

Please sign in to comment.