This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch update-rust-dependencies in repository https://gitbox.apache.org/repos/asf/avro.git
commit b96f4e0edc7bd18f2bcbc18003f1faddd2ef8859 Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Mon Mar 7 07:40:58 2022 +0200 AVRO-3437: Rust: Update dependencies Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> --- lang/rust/avro/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index 13cc9c5..7898444 100644 --- a/lang/rust/avro/Cargo.toml +++ b/lang/rust/avro/Cargo.toml @@ -60,7 +60,7 @@ libflate = "1.1.2" xz2 = { version = "0.1.6", optional = true } num-bigint = "0.4.3" rand = "0.8.5" -regex = "1.5.4" +regex = "1.5.5" serde_json = "1.0.79" serde = { version = "1.0.136", features = ["derive"] } snap = { version = "1.0.5", optional = true } @@ -72,12 +72,12 @@ uuid = { version = "0.8.2", features = ["serde", "v4"] } zerocopy = "0.6.1" lazy_static = "1.4.0" log = "0.4.14" -zstd = { version = "0.10.0+zstd.1.5.2" , optional = true } +zstd = { version = "0.10.0+zstd.1.5.2", optional = true } [dev-dependencies] -md-5 = "0.10.0" -sha2 = "0.10.1" +md-5 = "0.10.1" +sha2 = "0.10.2" criterion = "0.3.5" -anyhow = "1.0.53" +anyhow = "1.0.56" hex-literal = "0.3.4" env_logger = "0.9.0"
