File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22authors = [
" Martin Pool <[email protected] >" ]
33description = " A robust backup tool."
4- edition = " 2021 "
4+ edition = " 2024 "
55homepage = " https://github.com/sourcefrog/conserve/"
66keywords = [" archive" , " backup" ]
77license = " GPL-2.0"
88name = " conserve"
99readme = " README.md"
1010repository = " https://github.com/sourcefrog/conserve/"
1111version = " 23.11.0"
12- rust-version = " 1.82 "
12+ rust-version = " 1.85 "
1313
1414[features ]
1515default = [" s3" , " sftp" ]
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ use aws_sdk_s3::types::{
2929} ;
3030use indoc:: indoc;
3131use rand:: Rng ;
32- use time:: macros:: format_description;
3332use time:: OffsetDateTime ;
33+ use time:: macros:: format_description;
3434use tokio:: runtime:: Runtime ;
3535
3636struct TempBucket {
@@ -54,7 +54,7 @@ impl TempBucket {
5454 time = OffsetDateTime :: now_utc( )
5555 . format( format_description!( "[year][month][day]-[hour][minute]" ) )
5656 . expect( "Format time" ) ,
57- rand = rand:: thread_rng( ) . gen :: <u64 >( )
57+ rand = rand:: thread_rng( ) . r# gen:: <u64 >( )
5858 ) ;
5959 let app_name = AppName :: new ( format ! (
6060 "conserve-s3-integration-test-{}" ,
You can’t perform that action at this time.
0 commit comments