Skip to content

Commit

Permalink
Merge pull request #151 from mvlabat/dependabot/cargo/tokio-1.24.1
Browse files Browse the repository at this point in the history
Bump tokio from 1.24.0 to 1.24.1
  • Loading branch information
vladbat00 authored Jan 10, 2023
2 parents 198cd3a + 6cc0fa9 commit e1960dd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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 bins/matchmaker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
schemars = "0.8"
tokio = { version = "1.21", features = ["macros", "rt-multi-thread", "sync"] }
tokio = { version = "1.24", features = ["macros", "rt-multi-thread", "sync"] }
tokio-tungstenite = "0.18"
uuid = "1.2"

Expand Down
2 changes: 1 addition & 1 deletion bins/persistence/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = "1.0"
serde_derive = "1.0.133"
serde_json = "1.0"
sqlx = { version = "0.6.2", features = ["runtime-actix-native-tls", "postgres", "chrono", "offline", "json"] }
tokio = "1.19.2"
tokio = "1.24.1"

[build-dependencies]
mr_build_dotenv = { path = "../../libs/build_dotenv" }
2 changes: 1 addition & 1 deletion bins/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mr_utils_lib = { path = "../../libs/utils_lib", features = ["bevy_logging"] }
bevy = { version = "0.9.1", default-features = false }
rymder = { version = "0.6.0", features = ["player-tracking"] }
sentry = "0.29.1"
tokio = { version = "1.21", features = ["sync"] }
tokio = { version = "1.24", features = ["sync"] }

[build-dependencies]
mr_build_dotenv = { path = "../../libs/build_dotenv" }
2 changes: 1 addition & 1 deletion libs/client_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde = "1.0"
serde_json = "1.0"
serde_urlencoded = "0.7"
sha2 = "0.10"
tokio = { version = "1.22", features = ["rt", "sync"] }
tokio = { version = "1.24", features = ["rt", "sync"] }
url = { version = "2.3", features = ["serde"] }
wasm-timer = "0.2"
webbrowser = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion libs/server_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ reqwest = "0.11"
rymder = "0.6.0"
serde = "1.0"
serde_json = "1.0"
tokio = "1.21"
tokio = "1.24"
uuid = "1.2"

[dependencies.mr_messages_lib]
Expand Down
2 changes: 1 addition & 1 deletion libs/shared_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rand = "0.8.4"
serde = "1.0"
serde_json = "1.0"
thiserror = "1.0.30"
tokio = { version = "1.21", features = ["sync"] }
tokio = { version = "1.24", features = ["sync"] }

[dev-dependencies]
bevy_disturbulence = { git = "https://github.com/mvlabat/bevy_disturbulence.git", branch = "wip", features = ["server"] } # for being able to run the tests
2 changes: 1 addition & 1 deletion libs/utils_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ k8s-openapi = { version = "0.16.0", default-features = false, features = ["v1_23
log = "0.4.17"
reqwest = { version = "0.11.11", optional = true }
serde = "1.0"
tokio = { version = "1.21", optional = true }
tokio = { version = "1.24", optional = true }

0 comments on commit e1960dd

Please sign in to comment.