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 22, 2024
1 parent 08e8547 commit 7a667c2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 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 7a667c2

Please sign in to comment.