Skip to content

Commit

Permalink
Bumped up dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
zlogic committed Jan 27, 2025
1 parent 4f9163c commit 87e04d2
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 53 deletions.
101 changes: 50 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pterodapter"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Dmitry Zolotukhin <[email protected]>"]
repository = "https://github.com/zlogic/pterodapter"
Expand All @@ -9,7 +9,7 @@ rust-version = "1.77"

[dependencies]
log = { version = "0.4", default-features = false }
tokio = { version = "1.42", default-features = false, features = ["rt", "io-util", "signal", "net", "fs", "time", "sync"] }
tokio = { version = "1.43", default-features = false, features = ["rt", "io-util", "signal", "net", "fs", "time", "sync"] }
tokio-rustls = { version = "0.26", default-features = false, features = ["aws_lc_rs"] }
rustls-platform-verifier = { version = "0.5", default-features = false }
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] }
Expand Down

0 comments on commit 87e04d2

Please sign in to comment.