Skip to content

Commit

Permalink
Merge pull request #1163 from RedisJSON/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
iddm committed Dec 21, 2023
2 parents 619b3d9 + fc4f81f commit 425b221
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ on:
jobs:
build:

runs-on: macos-12
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: build
uses: vmactions/freebsd-vm@v0.3.0
uses: vmactions/freebsd-vm@v1
with:
usesh: true
sync: rsync
Expand Down
62 changes: 31 additions & 31 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions redis_json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Guy Korland <guy.korland@redis.com>", "Meir Shpilraien <meir@redis.c
edition.workspace = true
description = "JSON data type for Redis"
repository.workspace = true
readme = "README.md"
readme = "README.md"
license.workspace = true
keywords = ["redis", "json", "plugin"]
categories = ["database-implementations"]
Expand All @@ -16,18 +16,18 @@ crate-type = ["cdylib", "rlib"]
name = "rejson"

[dev-dependencies]
env_logger = "0.10.0"
env_logger = "0.10"

[dependencies]
bitflags = "1.3"
bitflags = "2"
bson.workspace = true
ijson.workspace = true
serde_json.workspace = true
serde.workspace = true
libc = "0.2"
redis-module ={ version = "^2.0.7", default-features = false, features = ["min-redis-compatibility-version-7-2"] }
redis-module-macros = "^2.0.7"
itertools = "0.10"
itertools = "0.12"
json_path = {path="../json_path"}
linkme = "0.3"

Expand Down

0 comments on commit 425b221

Please sign in to comment.