Skip to content

Commit 1c81acb

Browse files
fix(deps): bump semver from 1.0.26 to 1.0.27
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.26 to 1.0.27. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.26...1.0.27) --- updated-dependencies: - dependency-name: semver dependency-version: 1.0.27 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 776f2ed commit 1c81acb

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ rustls-pemfile = "2.1.0"
9090
rustyline = { version = "15.0.0", features = ["custom-bindings", "derive", "with-file-history"], default-features = false }
9191
security-framework = "3.2.0"
9292
semantic_search_client = { path = "crates/semantic-search-client" }
93-
semver = { version = "1.0.26", features = ["serde"] }
93+
semver = { version = "1.0.27", features = ["serde"] }
9494
serde = { version = "1.0.219", features = ["derive", "rc"] }
9595
serde_json = { version = "1.0.140", features = ["preserve_order"] }
9696
sha2 = "0.10.9"

0 commit comments

Comments
 (0)