Skip to content

Commit

Permalink
rust-extensions:0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Nov 19, 2024
1 parent 3e9a190 commit d5bfe32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flurl"
version = "0.6.0"
version = "0.6.1"
authors = ["Andrey <[email protected]>"]
edition = "2021"

Expand All @@ -16,15 +16,15 @@ debug-request = []
hyper = { version = "*", features = ["full"] }
tokio = { version = "*", features = ["full"] }

my-tls = { tag = "0.1.1", git = "https://github.com/MyJetTools/my-tls.git" }
my-tls = { tag = "0.1.5", git = "https://github.com/MyJetTools/my-tls.git" }

rust-extensions = { tag = "0.1.4", git = "https://github.com/MyJetTools/rust-extensions.git" }
rust-extensions = { tag = "0.1.5", git = "https://github.com/MyJetTools/rust-extensions.git" }

hyper-util = { version = "*", features = ["tokio"] }

http-body-util = { version = "*" }

my-http-client = { tag = "0.1.0", git = "https://github.com/MyJetTools/my-http-client.git" }
my-http-client = { tag = "0.1.1", git = "https://github.com/MyJetTools/my-http-client.git" }

lazy_static = "*"
async-trait = "*"
Expand Down

0 comments on commit d5bfe32

Please sign in to comment.