Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit c98e05f

Browse files
build(deps): bump roots from 0.0.6 to 0.0.7 (#2009)
Bumps [roots](https://github.com/vorot/roots) from 0.0.6 to 0.0.7. - [Release notes](https://github.com/vorot/roots/releases) - [Changelog](https://github.com/vorot/roots/blob/master/CHANGELOG.md) - [Commits](vorot/roots@v0.0.6...v0.0.7) --- updated-dependencies: - dependency-name: roots dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b565332 commit c98e05f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token-swap/program/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ spl-math = { version = "0.1", path = "../../libraries/math", features = [ "no-en
2222
spl-token = { version = "3.1", path = "../../token/program", features = [ "no-entrypoint" ] }
2323
thiserror = "1.0"
2424
arbitrary = { version = "0.4", features = ["derive"], optional = true }
25-
roots = { version = "0.0.6", optional = true }
25+
roots = { version = "0.0.7", optional = true }
2626

2727
[dev-dependencies]
2828
solana-sdk = "1.7.3"
2929
proptest = "1.0"
3030
sim = { path = "./sim" }
31-
roots = "0.0.6"
31+
roots = "0.0.7"
3232

3333
[lib]
3434
crate-type = ["cdylib", "lib"]

0 commit comments

Comments
 (0)