-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for 2.1.0 release update dependencies and documentation.
- Loading branch information
Showing
12 changed files
with
148 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "schema_registry_converter" | ||
version = "2.0.2" | ||
version = "2.1.0" | ||
authors = ["Gerard Klijs <[email protected]>"] | ||
include = ["src/**/*", "Cargo.toml"] | ||
description = "Encode/decode data from/to kafka using the Confluent Schema Registry" | ||
|
@@ -64,39 +64,27 @@ version = "^0.12" | |
optional = true | ||
|
||
[dependencies.protofish] | ||
version = "^0.3" | ||
version = "^0.4" | ||
optional = true | ||
|
||
[dependencies.url] | ||
version = "^2" | ||
version = "^2.2" | ||
optional = true | ||
|
||
[dependencies.tokio] | ||
version = "^1.2.0" | ||
version = "^1.8" | ||
features = ["macros"] | ||
optional = true | ||
|
||
[dependencies.valico] | ||
version = "^3.5" | ||
version = "^3.6" | ||
optional = true | ||
|
||
[dev-dependencies] | ||
mockito = "^0.29.0" | ||
rdkafka = { version = "^0.25.0", features = ["cmake-build"] } | ||
rand = "^0.8.3" | ||
mockito = "^0.30.0" | ||
rdkafka = { version = "^0.26.0", features = ["cmake-build"] } | ||
rand = "^0.8.4" | ||
test_utils = {path = "test_utils"} | ||
|
||
[package.metadata.docs.rs] | ||
all-features = true | ||
|
||
[badges.travis-ci] | ||
repository = "gklijs/schema_registry_converter" | ||
|
||
[badges.codecov] | ||
repository = "gklijs/schema_registry_converter" | ||
|
||
[badges.is-it-maintained-open-issues] | ||
repository = "gklijs/schema_registry_converter" | ||
|
||
[badges.maintenance] | ||
status = "passively-maintained" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.