Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
orium committed Jul 10, 2024
1 parent 16e606e commit 7ab5369
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
CARGO_TERM_COLOR: always
# Miri breaks frequently, so we pin it to a specific nightly version.
MIRI_TOOLCHAIN: nightly-2024-02-11
MIRI_TOOLCHAIN: nightly-2024-07-09

jobs:
check:
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ codecov = { repository = "orium/archery", branch = "main", service = "github" }

[dependencies]
static_assertions = "1.1.0"
triomphe = { version = "0.1.9", optional = true, default-features = false }
serde = { version = "1.0.197", optional = true, default-features = false }
triomphe = { version = "0.1.13", optional = true, default-features = false }
serde = { version = "1.0.204", optional = true, default-features = false }

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
pretty_assertions = "1.2.1"
compiletest_rs = "0.10.2"
pretty_assertions = "1.4.0"
compiletest_rs = "0.11.0"
bincode = "1.3.3"

[features]
Expand Down

0 comments on commit 7ab5369

Please sign in to comment.