Skip to content

Commit 35fb233

Browse files
chore: bump dependencies
1 parent 6a8e0b0 commit 35fb233

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "amdgpu-sysfs"
3-
version = "0.19.2"
3+
version = "0.19.3"
44
authors = ["Ilya Zlobintsev <ilya.zl@protonmail.com>"]
55
edition = "2021"
66
license = "LGPL-3.0-or-later"
@@ -16,8 +16,8 @@ enum_dispatch = { version = "0.3.8", optional = true }
1616
serde = { version = "1", features = ["derive"], optional = true }
1717

1818
[dev-dependencies]
19-
pretty_assertions = "1.2.1"
20-
rust-embed = "6.4.2"
21-
tempfile = "3.3"
19+
pretty_assertions = "1.4.1"
20+
rust-embed = "8.7.2"
21+
tempfile = "3.22.0"
2222
amdgpu-sysfs = { path = ".", features = ["serde"] }
23-
insta = { version = "1.28.0", features = ["yaml", "redactions"] }
23+
insta = { version = "1.43.2", features = ["yaml", "redactions"] }

0 commit comments

Comments
 (0)