Skip to content

Commit

Permalink
Cargo.toml: upgrade dependencies, increment version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Feb 17, 2024
1 parent 909d335 commit 6f384b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / cargo-semver-checks

Version mismatch: tag 0.7.0 != 0.7.1 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-cratesio

Version mismatch: tag 0.7.0 != 0.7.1 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-github-release

Version mismatch: tag 0.7.0 != 0.7.1 from Cargo.toml
name = "lineriver"
description = "Non-blocking buffered line reader for Read objects"
version = "0.7.0"
version = "0.7.1"
authors = ["Leandro Lisboa Penz <lpenz@lpenz.org>"]
edition = "2021"
license = "MIT"
Expand All @@ -13,13 +13,13 @@ keywords = ["io", "non-blocking"]


[dependencies]
libc = "0.2.147"
memchr = "2.6.3"
tracing = "0.1.37"
libc = "0.2.153"
memchr = "2.7.1"
tracing = "0.1.40"

[dev-dependencies]
color-eyre = "0.6.2"
polling = "3.0.0"
env_logger = "0.10.0"
test-log = { version = "0.2.12", features = ["trace"] }
polling = "3.4.0"
env_logger = "0.11.2"
test-log = { version = "0.2.14", features = ["trace"] }
tracing-subscriber = {version = "0.3", default-features = false, features = ["env-filter", "fmt"]}

0 comments on commit 6f384b1

Please sign in to comment.