Skip to content

Commit

Permalink
chore: update serde_json_borrow version (#3219)
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill authored Dec 10, 2024
1 parent f067629 commit 198b8ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
15 changes: 8 additions & 7 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ tailcall-typedefs-common = { path = "./tailcall-typedefs-common" }
tonic-types = "0.12.1"
base64 = "0.22.1"
tailcall-hasher = { path = "tailcall-hasher" }
# TODO: drop git ref when new version is released
serde_json_borrow = { version = "0.7.0", default-features = false, git = "https://github.com/PSeitz/serde_json_borrow", rev = "6ad7127e0fb9c31f6fd927e934a21112e9ac0fdb" }
serde_json_borrow = { version = "0.7.1", default-features = false }
pluralizer = "0.4.0"
path-clean = "=1.0.1"
pathdiff = "0.2.1"
Expand Down

0 comments on commit 198b8ad

Please sign in to comment.