Skip to content

Commit 7f97b94

Browse files
Bump tokio from 1.6.1 to 1.7.1 (#128)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.6.1 to 1.7.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.6.1...tokio-1.7.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12648f8 commit 7f97b94

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

omicron-bootstrap-agent/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ version = "2.5"
2929
features = [ "max_level_trace", "release_max_level_debug" ]
3030

3131
[dependencies.tokio]
32-
version = "1.6"
32+
version = "1.7"
3333
features = [ "full" ]
3434

3535
[dependencies.uuid]

omicron-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ git = "https://github.com/oxidecomputer/steno"
6262
branch = "main"
6363

6464
[dependencies.tokio]
65-
version = "1.6"
65+
version = "1.7"
6666
features = [ "full" ]
6767

6868
[dependencies.tokio-postgres]

omicron-nexus/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ git = "https://github.com/oxidecomputer/steno"
5151
branch = "main"
5252

5353
[dependencies.tokio]
54-
version = "1.6"
54+
version = "1.7"
5555
features = [ "full" ]
5656

5757
[dependencies.tokio-postgres]

omicron-sled-agent/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = { version = "1.0", features = [ "derive" ] }
1717
serde_json = "1.0"
1818
slog = { version = "2.5", features = [ "max_level_trace", "release_max_level_debug" ] }
1919
structopt = "0.3"
20-
tokio = { version = "1.6", features = [ "full" ] }
20+
tokio = { version = "1.7", features = [ "full" ] }
2121
uuid = { version = "0.8", features = [ "serde", "v4" ] }
2222

2323
[dev-dependencies]

oximeter/oximeter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde_json = "1.0.0"
1919
slog = { version = "2.5", features = [ "max_level_trace", "release_max_level_debug" ] }
2020
structopt = "0.3"
2121
thiserror = "1.0.24"
22-
tokio = "1.6"
22+
tokio = "1.7"
2323
toml = "0.5.8"
2424
uuid = { version = "0.8.2", features = [ "v4", "serde" ] }
2525

0 commit comments

Comments
 (0)