Skip to content

Commit f2d95bf

Browse files
committed
update Cargo (dev-)dependencies; update Cargo.lock.msrv
1 parent dd6b5c2 commit f2d95bf

File tree

2 files changed

+66
-56
lines changed

2 files changed

+66
-56
lines changed

Cargo.lock.msrv

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ exclude = ["*.png", "*.svg", "/Cargo.lock.msrv", "rustfmt.toml"]
2020
members = ["xtask"]
2121

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

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

3131
[features]
3232
default = ["std"]

0 commit comments

Comments
 (0)