Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade dependencies #2698

Merged
merged 23 commits into from
Feb 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ae6e0bc
chore(deps): bump napi-derive from 2.15.1 to 2.15.3
dependabot[bot] Feb 23, 2024
a8d5314
chore(deps): bump napi from 2.15.1 to 2.15.4
dependabot[bot] Feb 23, 2024
418c556
chore(deps): bump assert_cmd from 2.0.13 to 2.0.14
dependabot[bot] Feb 23, 2024
e9fd84c
chore(deps): bump textwrap from 0.16.0 to 0.16.1
dependabot[bot] Feb 23, 2024
4ea03cd
chore(deps): bump pyo3 from 0.20.2 to 0.20.3
dependabot[bot] Feb 23, 2024
a0f6d5e
chore(deps): bump anyhow from 1.0.79 to 1.0.80
dependabot[bot] Feb 23, 2024
cc65884
chore(deps): bump ring from 0.17.7 to 0.17.8
dependabot[bot] Feb 23, 2024
44141fa
chore(deps): bump env_logger from 0.11.1 to 0.11.2
dependabot[bot] Feb 23, 2024
57d54f1
chore(deps): bump serde_json from 1.0.113 to 1.0.114
dependabot[bot] Feb 23, 2024
6a1d0fd
chore(deps): bump serde from 1.0.196 to 1.0.197
dependabot[bot] Feb 23, 2024
463fa82
chore(deps): bump napi-build from 2.1.0 to 2.1.2
dependabot[bot] Feb 23, 2024
a29bab5
Merge remote-tracking branch 'origin/dependabot/cargo/serde-1.0.197' …
tychoish Feb 23, 2024
6d5a9a4
Merge remote-tracking branch 'origin/dependabot/cargo/serde_json-1.0.…
tychoish Feb 23, 2024
879a16f
Merge remote-tracking branch 'origin/dependabot/cargo/env_logger-0.11…
tychoish Feb 23, 2024
93e951f
Merge remote-tracking branch 'origin/dependabot/cargo/ring-0.17.8' in…
tychoish Feb 23, 2024
cf8098e
Merge remote-tracking branch 'origin/dependabot/cargo/anyhow-1.0.80' …
tychoish Feb 23, 2024
1f505d1
Merge remote-tracking branch 'origin/dependabot/cargo/pyo3-0.20.3' in…
tychoish Feb 23, 2024
d657ac3
Merge remote-tracking branch 'origin/dependabot/cargo/textwrap-0.16.1…
tychoish Feb 23, 2024
c1fdf5c
Merge remote-tracking branch 'origin/dependabot/cargo/assert_cmd-2.0.…
tychoish Feb 23, 2024
036c845
Merge remote-tracking branch 'origin/dependabot/cargo/napi-2.15.4' in…
tychoish Feb 23, 2024
52e6b95
Merge remote-tracking branch 'origin/dependabot/cargo/napi-derive-2.1…
tychoish Feb 23, 2024
24759b0
Merge remote-tracking branch 'origin/main' into tycho/deps-upgrade-02
tychoish Feb 23, 2024
9c2cf6a
Merge remote-tracking branch 'origin/main' into tycho/deps-upgrade-02
tychoish Feb 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): bump serde_json from 1.0.113 to 1.0.114
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.114.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.113...v1.0.114)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
commit 57d54f1f5bc516ad70ae2a0c3d167a79611016ea
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ object_store = "0.9"
prost = "0.12"
prost-build = "0.12"
prost-types = "0.12"
serde_json = "1.0.113"
serde_json = "1.0.114"
tempfile = "3.10.0"
thiserror = "1.0"
tracing = "0.1"
Loading