Skip to content

Commit 7ab5369

Browse files
committed
Updated dependencies.
1 parent 16e606e commit 7ab5369

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
CARGO_TERM_COLOR: always
1313
# Miri breaks frequently, so we pin it to a specific nightly version.
14-
MIRI_TOOLCHAIN: nightly-2024-02-11
14+
MIRI_TOOLCHAIN: nightly-2024-07-09
1515

1616
jobs:
1717
check:

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ codecov = { repository = "orium/archery", branch = "main", service = "github" }
4141

4242
[dependencies]
4343
static_assertions = "1.1.0"
44-
triomphe = { version = "0.1.9", optional = true, default-features = false }
45-
serde = { version = "1.0.197", optional = true, default-features = false }
44+
triomphe = { version = "0.1.13", optional = true, default-features = false }
45+
serde = { version = "1.0.204", optional = true, default-features = false }
4646

4747
[dev-dependencies]
4848
criterion = { version = "0.5.1", features = ["html_reports"] }
49-
pretty_assertions = "1.2.1"
50-
compiletest_rs = "0.10.2"
49+
pretty_assertions = "1.4.0"
50+
compiletest_rs = "0.11.0"
5151
bincode = "1.3.3"
5252

5353
[features]

0 commit comments

Comments
 (0)