Skip to content

Commit

Permalink
update Cargo (dev-)dependencies; update Cargo.lock.msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
brodycj committed Sep 13, 2024
1 parent dd6b5c2 commit f2d95bf
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 56 deletions.
112 changes: 61 additions & 51 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ exclude = ["*.png", "*.svg", "/Cargo.lock.msrv", "rustfmt.toml"]
members = ["xtask"]

[dependencies]
parking_lot_core = { version = "0.9.3", optional = true, default-features = false }
portable-atomic = { version = "1", optional = true }
critical-section = { version = "1", optional = true }
parking_lot_core = { version = "0.9.10", optional = true, default-features = false }
portable-atomic = { version = "1.7", optional = true }
critical-section = { version = "1.1.3", optional = true }

[dev-dependencies]
regex = "1.2.0"
critical-section = { version = "1.1.1", features = ["std"] }
regex = "1.10.6"
critical-section = { version = "1.1.3", features = ["std"] }

[features]
default = ["std"]
Expand Down

0 comments on commit f2d95bf

Please sign in to comment.