Skip to content

Commit

Permalink
Deps upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed May 20, 2024
1 parent 5d76f07 commit bc00cdc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.3.1 (2024-05-20)

## Notes

* Deps upgrade

# v0.3.0 (2023-06-30)

## Features
Expand Down
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "konsumer_offsets"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Ivan De Marino <detronizator@gmail.com>"]
repository = "https://github.com/kafkesc/konsumer_offsets"
Expand All @@ -16,14 +16,14 @@ exclude = [
]

[dependencies]
bytes_parser = "0.1.4"
thiserror = "1.0.43"
chrono = { version = "0.4.26", optional = true, default-features = false, features = ["clock", "std"] }
time = { version = "0.3.23", optional = true, default-features = false, features = ["std"] }
serde = { version = "1.0.173", optional = true, default-features = false, features = ["derive", "std"] }
bytes_parser = "0.1.5"
thiserror = "1.0.61"
chrono = { version = "0.4.38", optional = true, default-features = false, features = ["clock", "std"] }
time = { version = "0.3.36", optional = true, default-features = false, features = ["std"] }
serde = { version = "1.0.202", optional = true, default-features = false, features = ["derive", "std"] }

[dev-dependencies]
rstest = "0.17.0"
rstest = "0.19.0"

[features]
default = ["ts_int"]
Expand Down

0 comments on commit bc00cdc

Please sign in to comment.