Skip to content

Commit

Permalink
Merge pull request #33 from ssoudan/dependabot/cargo/tokio-1.28.2
Browse files Browse the repository at this point in the history
chore(deps): bump tokio from 1.28.1 to 1.28.2
  • Loading branch information
ssoudan committed Jun 9, 2023
2 parents a045486 + 1f40bf5 commit 80ca726
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion sapiens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default = ["clap"]
clap = ["dep:clap"]

[dependencies]
tokio = { version = "1.28.1" }
tokio = { version = "1.28.2" }
tracing = "0.1.37"
async-trait = "0.1.68"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion sapiens_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sapiens_tools = { path = "../sapiens_tools", version = "^0.10.0", default-featur
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }

tokio = { version = "1.28.1", features = ["full"] }
tokio = { version = "1.28.2", features = ["full"] }
async-trait = "0.1.68"

pyo3 = { version = "0.18.3", features = [] }
Expand Down
2 changes: 1 addition & 1 deletion sapiens_exp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sapiens_derive = { path = "../sapiens_derive", version = "^0.4.2", default-featu
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }

tokio = { version = "1.28.1", features = ["full"] }
tokio = { version = "1.28.2", features = ["full"] }
async-trait = "0.1.68"

rand = "0.8.5"
Expand Down
4 changes: 2 additions & 2 deletions sapiens_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde_json = { version = "1.0.96", optional = true }

tracing = "0.1.37"

tokio = { version = "1.28.1", features = ["macros"] }
tokio = { version = "1.28.2", features = ["macros"] }
async-trait = "0.1.68"

regex = "1.8.4"
Expand All @@ -62,7 +62,7 @@ thiserror = "1.0.40"
indoc = "2"
serde_json = "1.0.96"
insta = { version = "1.29.0", features = ["yaml"] }
tokio = { version = "1.28.1", features = ["macros"] }
tokio = { version = "1.28.2", features = ["macros"] }
pyo3-asyncio = { version = "0.18.0", features = ["attributes", "tokio-runtime", "testing"] }
dotenvy = "0.15.7"

Expand Down

0 comments on commit 80ca726

Please sign in to comment.