Skip to content

Commit c4237d4

Browse files
authored
Merge pull request #72 from Metaswitch/dependabot/cargo/cargo-8c74fa0cce
Bump tokio from 1.42.0 to 1.43.1 in the cargo group across 1 directory
2 parents caac5ba + 000a5c3 commit c4237d4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
strategy:
3636
matrix:
3737
os:
38-
- ubuntu-20.04
3938
- ubuntu-22.04
39+
- ubuntu-24.04
4040
rust:
4141
- stable
4242
- beta
4343
experimental: [false]
4444
include:
45-
- os: ubuntu-22.04
45+
- os: ubuntu-24.04
4646
rust: nightly
4747
experimental: true
4848
steps:

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ log = "0.4.22"
2323
log4rs = { version = "1.3.0", default-features = false, features=["file_appender", "pattern_encoder"]}
2424
nom = "7.1.3"
2525
thiserror = "2.0.10"
26-
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
26+
tokio = { version = "1.43.1", features = ["macros", "rt-multi-thread"] }
2727
url = "2.5.4"
2828

2929
[dev-dependencies]

0 commit comments

Comments
 (0)