Skip to content

Commit

Permalink
chore(deps): update rust crate hashbrown to 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 20, 2024
1 parent b9f04df commit 6a076b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tools/wasm/air-near-contract/Cargo.lock

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

2 changes: 1 addition & 1 deletion tools/wasm/air-near-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ air-interpreter-interface = { path = "../../../crates/air-lib/interpreter-interf
near-sdk = "4.1.1"
serde = { version = "1.0.190", features = [ "derive", "rc" ] }
serde_json = "1.0.108"
hashbrown = { version = "0.14.2", default-features = false }
hashbrown = { version = "0.14.3", default-features = false }

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 6a076b7

Please sign in to comment.