Skip to content

Commit

Permalink
chore: update rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Apr 2, 2024
1 parent 64de8c7 commit 66b82dd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dev-dependencies]
hex = "0.4.3"
ipld-core = { version = "0.3.2", features = ["serde"] }
ipld-core = { version = "0.4.0", features = ["serde"] }
ipld-dagpb = "*"
multihash-codetable = { version = "0.1.2", features = ["sha2"] }
serde_ipld_dagcbor = "*"
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo_latest_git.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dev-dependencies]
hex = "0.4.3"
ipld-core = { version = "0.3.2", features = ["serde"] }
ipld-core = { version = "0.4.0", features = ["serde"] }
ipld-dagpb = "*"
multihash-codetable = { version = "0.1.2", features = ["sha2"] }
serde_ipld_dagcbor = "*"
Expand Down

0 comments on commit 66b82dd

Please sign in to comment.