Skip to content

Commit c528884

Browse files
authored
chore: unpin home dependency (#1963)
The rust toolchain version has be upgraded to 1.8.5 in #1803 we don't need to pin the home to 0.5.9 (#1673)
1 parent 5f664dd commit c528884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ getrandom = { version = "0.2" }
107107
hashbrown = "0.14"
108108
hex = { version = "0.4.3", default-features = false } # Default features are disabled due to usage in no_std crates
109109
hmac = { version = "0.12.1", features = ["std"] }
110-
home = "=0.5.9"
110+
home = "0.5.9"
111111
http-types = "2.12.0"
112112
humantime = "2.1.0"
113113
itertools = "0.13.0"

0 commit comments

Comments
 (0)