Skip to content

Commit 16cdae0

Browse files
committed
Ignore minor updates for serial_test, tokio and (dev-dependencies) tempfile.
1 parent 1c1c389 commit 16cdae0

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ updates:
2929
- dependency-name: "reqwest"
3030
update-types:
3131
["version-update:semver-minor", "version-update:semver-major"]
32+
- dependency-name: "serial_test"
33+
update-types:
34+
["version-update:semver-minor", "version-update:semver-major"]
35+
- dependency-name: "tokio"
36+
update-types:
37+
["version-update:semver-minor", "version-update:semver-major"]
3238
- dependency-name: "tempfile"
3339
update-types:
3440
["version-update:semver-minor", "version-update:semver-major"]

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ thag_proc_macros = { path = "thag_proc_macros", version = "0.2.1" }
285285
thag_profiler = { path = "thag_profiler", version = "0.1.1", optional = true }
286286
thag_styling = { path = "thag_styling", version = "0.2.1", default-features = false, optional = true }
287287
tinyget = { version = "1.0", features = ["https"], optional = true }
288-
tokio = { version = "1.36", features = [
288+
tokio = { version = "1", features = [
289289
"macros",
290290
"rt-multi-thread",
291291
"time",
@@ -308,10 +308,10 @@ env_logger = "0.11"
308308
lazy_static = "1.5"
309309
once_cell = "1.21"
310310
predicates = "3.1"
311-
serial_test = "3.2"
312-
tempfile = "3.19"
311+
serial_test = "3"
312+
tempfile = "3"
313313
test-generator = "0.3"
314-
tokio = { version = "1.36", features = ["macros", "rt", "time"] }
314+
tokio = { version = "1", features = ["macros", "rt", "time"] }
315315

316316
[build-dependencies]
317317
phf = { version = "0.12", features = ["macros"] }

0 commit comments

Comments
 (0)