-
Notifications
You must be signed in to change notification settings - Fork 592
build(deps): bump chrono from 0.4.24 to 0.4.26 #2581
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.24 to 0.4.26. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.24...v0.4.26) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Xuanwo
approved these changes
Jul 1, 2023
ClSlaid
added a commit
to ClSlaid/opendal
that referenced
this pull request
Jul 14, 2023
* feat(binding/lua): add rename and create_dir operator function by @oowl in apache#2564 * feat(services/azblob): support sink by @suyanhanx in apache#2574 * feat(services/gcs): support sink by @suyanhanx in apache#2576 * feat(services/oss): support sink by @suyanhanx in apache#2577 * feat(services/obs): support sink by @suyanhanx in apache#2578 * feat(services/cos): impl sink by @suyanhanx in apache#2587 * feat(service): Support stat for Dropbox by @Zheaoli in apache#2588 * feat(services/dropbox): impl create_dir and polish error handling by @suyanhanx in apache#2600 * feat(services/dropbox): Implement refresh token support by @Xuanwo in apache#2604 * feat(service/dropbox): impl batch delete by @suyanhanx in apache#2606 * feat(CI): set Kvrocks test for service redis by @suyanhanx in apache#2613 * feat(core): object versioning APIs by @suyanhanx in apache#2614 * feat(oay): actually read configuration from `oay.toml` by @messense in apache#2615 * feat(services/webdav): impl sink by @suyanhanx in apache#2622 * feat(services/fs): impl Sink for Fs by @Ji-Xinyou in apache#2626 * feat(core): impl `delete_with` on blocking operator by @suyanhanx in apache#2633 * feat(bindings/C): add support for list in C binding by @Ji-Xinyou in apache#2448 * refactor(core): Add ErrorKind InvalidInput to indicate users input error by @dqhl76 in apache#2637 * fix(doc): fix codeblock rendering by @xxchan in apache#2592 * fix(service/minitrace): should set local parent by @andylokandy in apache#2620 * fix(service/minitrace): update doc by @andylokandy in apache#2621 * doc(bindings/haskell): add module document by @silver-ymz in apache#2566 * docs: Update license related comments by @Prashanth-Chandra in apache#2573 * docs: add hdfs namenode High Availability related troubleshoot by @wcy-fdu in apache#2601 * docs: polish release doc by @PsiACE in apache#2608 * docs(blog): add Apache OpenDAL(Incubating): Access Data Freely by @PsiACE in apache#2607 * docs(RFC): Object Versioning by @suyanhanx in apache#2602 * ci: Disable bindings/java deploy for now by @tisonkun in apache#2560 * ci: Disable the failed stage-release job instead by @tisonkun in apache#2561 * ci: add haddock generator for haskell binding by @silver-ymz in apache#2569 * ci(binding/lua): add luarocks package manager support by @oowl in apache#2558 * build(deps): bump predicates from 2.1.5 to 3.0.1 by @dependabot in apache#2583 * build(deps): bump tower-http from 0.4.0 to 0.4.1 by @dependabot in apache#2582 * build(deps): bump chrono from 0.4.24 to 0.4.26 by @dependabot in apache#2581 * build(deps): bump redis from 0.22.3 to 0.23.0 by @dependabot in apache#2580 * build(deps): bump cbindgen from 0.24.3 to 0.24.5 by @dependabot in apache#2579 * ci: upgrade hawkeye to v3 by @tisonkun in apache#2585 * ci(services/webdav): Setup integration test for nextcloud by @Xuanwo in apache#2631 * chore: add haskell binding link to website by @silver-ymz in apache#2571 * chore: fix cargo warning for resolver by @xxchan in apache#2590 * chore: bump log to 0.4.19 by @xxchan in apache#2591 * chore(deps): update deps to latest version by @suyanhanx in apache#2596 * chore: Add release 0.38.0 to download by @PsiACE in apache#2597 * chore(service/minitrace): automatically generate span name by @andylokandy in apache#2618 * @Prashanth-Chandra made their first contribution in apache#2573 * @andylokandy made their first contribution in apache#2618 **Full Changelog**: apache/opendal@v0.38.0...v0.38.1 Signed-off-by: ClSlaid <[email protected]>
Merged
Xuanwo
pushed a commit
that referenced
this pull request
Jul 14, 2023
* Bump to version 0.38.1 * feat(binding/lua): add rename and create_dir operator function by @oowl in #2564 * feat(services/azblob): support sink by @suyanhanx in #2574 * feat(services/gcs): support sink by @suyanhanx in #2576 * feat(services/oss): support sink by @suyanhanx in #2577 * feat(services/obs): support sink by @suyanhanx in #2578 * feat(services/cos): impl sink by @suyanhanx in #2587 * feat(service): Support stat for Dropbox by @Zheaoli in #2588 * feat(services/dropbox): impl create_dir and polish error handling by @suyanhanx in #2600 * feat(services/dropbox): Implement refresh token support by @Xuanwo in #2604 * feat(service/dropbox): impl batch delete by @suyanhanx in #2606 * feat(CI): set Kvrocks test for service redis by @suyanhanx in #2613 * feat(core): object versioning APIs by @suyanhanx in #2614 * feat(oay): actually read configuration from `oay.toml` by @messense in #2615 * feat(services/webdav): impl sink by @suyanhanx in #2622 * feat(services/fs): impl Sink for Fs by @Ji-Xinyou in #2626 * feat(core): impl `delete_with` on blocking operator by @suyanhanx in #2633 * feat(bindings/C): add support for list in C binding by @Ji-Xinyou in #2448 * refactor(core): Add ErrorKind InvalidInput to indicate users input error by @dqhl76 in #2637 * fix(doc): fix codeblock rendering by @xxchan in #2592 * fix(service/minitrace): should set local parent by @andylokandy in #2620 * fix(service/minitrace): update doc by @andylokandy in #2621 * doc(bindings/haskell): add module document by @silver-ymz in #2566 * docs: Update license related comments by @Prashanth-Chandra in #2573 * docs: add hdfs namenode High Availability related troubleshoot by @wcy-fdu in #2601 * docs: polish release doc by @PsiACE in #2608 * docs(blog): add Apache OpenDAL(Incubating): Access Data Freely by @PsiACE in #2607 * docs(RFC): Object Versioning by @suyanhanx in #2602 * ci: Disable bindings/java deploy for now by @tisonkun in #2560 * ci: Disable the failed stage-release job instead by @tisonkun in #2561 * ci: add haddock generator for haskell binding by @silver-ymz in #2569 * ci(binding/lua): add luarocks package manager support by @oowl in #2558 * build(deps): bump predicates from 2.1.5 to 3.0.1 by @dependabot in #2583 * build(deps): bump tower-http from 0.4.0 to 0.4.1 by @dependabot in #2582 * build(deps): bump chrono from 0.4.24 to 0.4.26 by @dependabot in #2581 * build(deps): bump redis from 0.22.3 to 0.23.0 by @dependabot in #2580 * build(deps): bump cbindgen from 0.24.3 to 0.24.5 by @dependabot in #2579 * ci: upgrade hawkeye to v3 by @tisonkun in #2585 * ci(services/webdav): Setup integration test for nextcloud by @Xuanwo in #2631 * chore: add haskell binding link to website by @silver-ymz in #2571 * chore: fix cargo warning for resolver by @xxchan in #2590 * chore: bump log to 0.4.19 by @xxchan in #2591 * chore(deps): update deps to latest version by @suyanhanx in #2596 * chore: Add release 0.38.0 to download by @PsiACE in #2597 * chore(service/minitrace): automatically generate span name by @andylokandy in #2618 * @Prashanth-Chandra made their first contribution in #2573 * @andylokandy made their first contribution in #2618 **Full Changelog**: v0.38.0...v0.38.1 Signed-off-by: ClSlaid <[email protected]> * refactor: bump npm version Signed-off-by: ClSlaid <[email protected]> * chore: include #2634 Signed-off-by: 蔡略 <[email protected]> --------- Signed-off-by: ClSlaid <[email protected]> Signed-off-by: 蔡略 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
releases-note/build
The PR modifies build related content or has a title that begins with "build"
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps chrono from 0.4.24 to 0.4.26.
Release notes
Sourced from chrono's releases.
... (truncated)
Commits
5b8449e
Bump version to 0.4.267e6646d
Update README8bd13db
Use result in doctestbecc222
Revert backport of #807373c6e4
Update to 2021 editione41451d
try_verify_against_date_command NFC print progress messagesb1729f3
try_verify_against_date sanity check date command05c9408
consolidate path todate
b5b936a
Error on negative durations inDurationRound
c0d848d
parse tests around nanosecond parsing bare '.'Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)