Skip to content

Commit 4442e78

Browse files
build(deps): Update rig-core requirement from 0.2.1 to 0.18.2
Updates the requirements on [rig-core](https://github.com/0xPlaygrounds/rig) to permit the latest version. - [Release notes](https://github.com/0xPlaygrounds/rig/releases) - [Commits](0xPlaygrounds/rig@rig-core-v0.2.1...rig-core-v0.18.2) --- updated-dependencies: - dependency-name: rig-core dependency-version: 0.18.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7191438 commit 4442e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async-trait = { version = "0.1", optional = true }
3939
uuid = { version = "1.0", optional = true }
4040
futures = { version = "0.3", optional = true }
4141
tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "sync"], optional = true }
42-
rig-core = { version = "0.2.1", optional = true }
42+
rig-core = { version = "0.18.2", optional = true }
4343
pyo3 = { version = "0.22", features = ["extension-module"], optional = true }
4444
rocksdb = { version = "0.22", optional = true }
4545
ratatui = { version = "0.26", optional = true }

0 commit comments

Comments
 (0)