Skip to content

Commit 6f9b4f8

Browse files
authored
chore: bump hashbrown to 0.15 (#333)
1 parent 3886e72 commit 6f9b4f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

borsh/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ borsh-derive = { path = "../borsh-derive", version = "~1.5.4", optional = true }
3636

3737
# hashbrown can be used in no-std context.
3838
# NOTE: There is no reason to restrict use of older versions, but we don't want to get
39-
# sudden breaking changes with an open range of versions, so we limit the range by not yet released 0.15.0 version:
40-
hashbrown = { version = ">=0.11,<0.15.0", optional = true }
39+
# sudden breaking changes with an open range of versions, so we limit the range by not yet released 0.16.0 version:
40+
hashbrown = { version = ">=0.11,<0.16.0", optional = true }
4141
bytes = { version = "1", optional = true }
4242
bson = { version = "2", optional = true }
4343

0 commit comments

Comments
 (0)