Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoudan committed May 11, 2023
1 parent 981d4d4 commit 37fe5c5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 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.0" }
tokio = { version = "1.28.1" }
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.7.0", default-feature
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }

tokio = { version = "1.28.0", features = ["full"] }
tokio = { version = "1.28.1", 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.1", default-featu
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }

tokio = { version = "1.28.0", features = ["full"] }
tokio = { version = "1.28.1", 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 @@ -42,7 +42,7 @@ serde_json = { version = "1.0.96", optional = true }

tracing = "0.1.37"

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

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

Expand Down

0 comments on commit 37fe5c5

Please sign in to comment.