Skip to content

Commit

Permalink
Merge pull request #166 from JoeHut/jh/tokio_pin
Browse files Browse the repository at this point in the history
  • Loading branch information
mara-schulke authored Nov 9, 2023
2 parents add3700 + 6af0d86 commit 7774884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ serde = { version = "1", features = ["derive"] }
serde_typename = "0.1"
tar = "0.4"
thiserror = "1.0.49"
tokio = { version = "1", features = ["fs", "rt", "macros", "process", "io-std", "tracing"] }
tokio = { version = "^1.26", features = ["fs", "rt", "macros", "process", "io-std", "tracing"] }
toml = "0.8.0"
tonic-build = { version = "0.10.0", optional = true }
tracing = "0.1"
Expand Down

0 comments on commit 7774884

Please sign in to comment.