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

bump nixpkgs to 23.05 #648

Open
wants to merge 7 commits into
base: released
Choose a base branch
from
Open

bump nixpkgs to 23.05 #648

wants to merge 7 commits into from

Commits on Oct 24, 2023

  1. bump nixpkgs to 23.05

    • Updated input 'nixpkgs':
        'github:nixos/nixpkgs/7a6a010c3a1d00f8470a5ca888f2f927f1860a19' (2022-12-08)
      → 'github:nixos/nixpkgs/720e61ed8de116eec48d6baea1d54469b536b985' (2023-08-13)
    • Updated input 'nixpkgs-for-php':
        'github:nixos/nixpkgs/99ec06122f481588abafd91f2710d80a5320efe6' (2022-12-08)
      → 'github:nixos/nixpkgs/380be19fbd2d9079f677978361792cb25e8a3635' (2023-05-31)
    
    flake.lock: Update
    
    Flake lock file updates:
    
    • Updated input 'nixpkgs':
        'github:nixos/nixpkgs/720e61ed8de116eec48d6baea1d54469b536b985' (2023-08-13)
      → 'github:nixos/nixpkgs/32dcb45f66c0487e92db8303a798ebc548cadedc' (2023-09-30)
    Artturin committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    d531c5e View commit details
    Browse the repository at this point in the history
  2. add cargo-edit

    for cargo upgrade
    
    remove alias usage
    Artturin committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8d0700e View commit details
    Browse the repository at this point in the history
  3. cargo clippy --fix

    Artturin committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    012b51b View commit details
    Browse the repository at this point in the history
  4. cargo upgrade & cargo update

    ```
    $ cargo upgrade
        Updating 'https://github.com/rust-lang/crates.io-index' index
        Checking virtual workspace's dependencies
        Checking ofborg's dependencies
    name               old req compatible latest  new req note
    ====               ======= ========== ======  ======= ====
    chrono             0.4.22  0.4.26     0.4.26  0.4.26
    either             1.8.0   1.9.0      1.9.0   1.9.0
    futures-util       0.3.25  0.3.28     0.3.28  0.3.28
    hyper              =0.10.* 0.10.16    0.14.27 =0.10   pinned
    lapin              2.1.1   2.3.1      2.3.1   2.3.1
    regex              1.7.0   1.9.3      1.9.3   1.9.3
    tempfile           3.3.0   3.7.1      3.7.1   3.7.1
    tracing-subscriber 0.3.16  0.3.17     0.3.17  0.3.17
    uuid               1.2     1.4.1      1.4.1   1.4
    rustls-pemfile     1.0.2   1.0.3      1.0.3   1.0.3
        Checking ofborg-simple-build's dependencies
    name old req compatible latest new req
    ==== ======= ========== ====== =======
    log  0.4.17  0.4.20     0.4.20 0.4.20
    ```
    
    `cargo update`
    
    `cargo upgrade`
    
    ```
    name     old req compatible latest new req
    ====     ======= ========== ====== =======
    chrono   0.4.26  0.4.31     0.4.31 0.4.31
    regex    1.9.3   1.9.6      1.9.6  1.9.6
    tempfile 3.7.1   3.8.0      3.8.0  3.8.0
    ```
    
    `cargo update`
    Artturin committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7898818 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. fix cargo test

    ```
    error: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead
       --> ofborg/src/tasks/githubcommentposter.rs:734:29
        |
    734 |         let timestamp = Utc.ymd(2023, 4, 20).and_hms(13, 37, 42);
        |                             ^^^
    
    error: use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
       --> ofborg/src/tasks/githubcommentposter.rs:734:46
        |
    734 |         let timestamp = Utc.ymd(2023, 4, 20).and_hms(13, 37, 42);
        |                                              ^^^^^^^
    ```
    
    https://docs.rs/chrono/latest/chrono/offset/trait.TimeZone.html#method.with_ymd_and_hms
    
    and clippy lint
    Artturin committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5068068 View commit details
    Browse the repository at this point in the history
  2. cargo upgrade & cargo update

    Artturin committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e1fcc24 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. flake.lock: Update

    Flake lock file updates:
    
    • Updated input 'nixpkgs':
        'github:nixos/nixpkgs/5550a85a087c04ddcace7f892b0bdc9d8bb080c8' (2023-10-21)
      → 'github:nixos/nixpkgs/7790e078f8979a9fcd543f9a47427eeaba38f268' (2023-12-23)
    Artturin committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    517b51f View commit details
    Browse the repository at this point in the history