Skip to content

Commit

Permalink
Update betree's Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril committed Aug 27, 2024
1 parent 45fb761 commit afb522f
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 104 deletions.
210 changes: 111 additions & 99 deletions tests/src/betree/Cargo.lock

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

10 changes: 5 additions & 5 deletions tests/src/betree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ authors = ["Son Ho <[email protected]>"]
edition = "2018"

[dependencies]
serde_json = "1.0.91"
serde = { version = "1.0.152", features = ["derive"] }
log = "0.4.17"
env_logger = "0.8.4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
log = "0.4"
env_logger = "0.11"

# TODO: If we turn this package into a library, building the tests fails.
# TODO: If we turn this package into a library, building the tests by hand fails.

0 comments on commit afb522f

Please sign in to comment.